Other information and functionalities
- Tags for filtering the documents
There is a functionality to use tags in the json payload, so that you can filter the documents accordingly like below:
"additionalDetails": {
"accountingDepartmentEmails": [
""
],
"transmissionMethod": "A",
"avoidEmailGrouping": false,
"DocumentTags": [
"C101244681",
"PB_RETAIL"
},
Then, in our portal in the documents lists, these tags will appear as bellow and you can also filter by just clicking on that tags:
- Email notification with pdf attachment
Our service supports the functionality of pdf attachment of the document that you are issuing and sending as email notification:
"AdditionalDetails": {
"AccountingDepartmentEmails": [
""
],
"TransmissionMethod": "A",
"SendAsPdf": true,
"AvoidEmailGrouping": false,
"PdfNotificationEmails": [
"customer-email@email.com"
]
},