Tradecloud Connectors
Search…
Overview
How to choose a Connector
API v2
Azure Active Directory Connector
FTP Connectors
SAP SOAP Connector
Webhook Connector
Setting up the webhook
Configure the webhook
Webhook Events
WebSockets
Legacy
API v1
CVS File Connector
Exact Globe Connector
Powered By
GitBook
Setting up the webhook
Setting up the webhook at the customer side
To receive a webhook trigger you will need:
a
simple web service
reachable from the internet, which listens to some URL
the web service should support
SSL
only
and you will need a
SSL certificate
Self-signed certificates are NOT supported
The web service should be configured to use
TLS v1.2
You can test the security level of your certificate at
SSL Labs
the web service should support
basic authentication
or
static bearer token
the HTTP method should be either
GET, POST
or
PUT
post
https://yourcompany.com
/any/path
Webhook with event
POST order webhook OpenAPI specification
POST shipment webhook OpenAPI specification
get
https://yourcompany.com
/any/path/:orderId
Webhook with id
GET order webhook OpenAPI specification
GET shipment webhook OpenAPI specification
Next: configure the webhook
Configure the webhook
Previous
Webhook Connector
Next
Configure the webhook
Last modified
2mo ago
Copy link
Contents
post
Webhook with event
get
Webhook with id
Next: configure the webhook