Tradecloud Connectors
  • Overview
  • API v2
  • Azure Active Directory Connector
    • Azure AD Connector - AD Configuration
    • Azure AD Connector - Tradecloud Configuration
  • FTP Connectors
    • CSV FTP Connector
    • Edifact FTP Connector
  • SAP SOAP Connector
  • Webhook Connector
    • Setting up the webhook
    • Configure the webhook
    • Order Events
    • Order Documents Events
    • Shipment Events
  • Legacy
    • API v1
    • CVS File Connector
      • CSV File Connector Requirements
      • CSV Buyer Specification
      • CSV Supplier Specification
    • Exact Globe Connector
Powered by GitBook
On this page
  • Using the webhook
  • Tradecloud sends a webhook trigger to your webhook service
  • Next: setting up the webhook

Was this helpful?

Webhook Connector

Tradecloud triggers a webhook to notify the buyer or supplier the order or shipment is new or has been updated.

PreviousSAP SOAP ConnectorNextSetting up the webhook

Last updated 6 months ago

Was this helpful?

Using the webhook

Tradecloud sends a webhook trigger to your webhook service

When an order or shipment is new or has been changed at Tradecloud, we will trigger your webhook realtime. Tradecloud will send a POST request to your webhook API, which will contain the order, order documents or shipment event in the JSON or tXML body.

Documents

If you are receiving order documents events, the POST request body contains a document objectId. You must as the document content is not embedded in the event itself.

Next: setting up the webhook

download the document
Setting up the webhook