How To Be Notified when Data is Received using API

Modified on Tue, Apr 14 at 5:25 AM

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
    1. 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article