Set up manifest webhook

A Webhook is a tool used particularly in API integrations, to receive real-time updates or notifications whenever specific events occur in the system (such as shipping updates, status changes, and so on). It is commonly used in shipping software to keep track of shipments and their statuses without the need for constant polling or manual checking.

The manifest webhook feature has several purposes:

  • Real-time Updates: to receive immediate notifications about shipment activities or status changes, ensuring that the information is up-to-date.
  • Automation: to automate the processing of shipping events, reducing manual work and enhances efficiency.
  • Integration: to better integration with various services and APIs by providing a mechanism to push data and initiate workflows based on shipping events.
  • Error Handling: to notify systems about issues or failures in shipment processing, allowing for timely corrections.
🚧

Important

The manifest webhook is only used if you are using the manifest async endpoint to manifest asynchronously.

How to set up manifest webhook connection

To set up the manifest webhook connection in SAPIENT, follow the instructions as explained in the following procedure.

  • 1. Access manifest webhook page

  • 2. Enter webhook details

  • 3. Test your configuration

  • 4. Activate webhook

  • 5. Save configuration

See also