While this is an internal business decision and unique to each company, we have two easy to follow suggestions below:
Inbound to your network – Download Document
Batch Method
- Get list of parcels in network
- ParcelInBoxEx – use SessionID (API Key of network Admin), NetworkID, and -1 (ALL) for rest to capture all parcels for all mailboxes.
- Loop through ParcelIDInfo to get each document and get ParcelID value.
- Get document in base64String: Call ParcelDownloadA using SessionID and the ParcelID.
- Call ParcelDownloadConfirm to remove the file from the pending download list.
Callback – Webhook
- CallBackAddEx – Once you create this callback request, it will send a response to the URL provided with the parcelID of the document that arrived in the inbox.
- Get document in base64String: Call ParcelDownloadA using SessionID and the ParcelID.
- Call ParcelDownloadConfirm to remove the file from the pending download list.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article