Webhooks are https endpoints provided by 3rd party softwares to which S-360 can push data using generally POST requests.
URLs are accessed directly, with no authentication mechanism provided.
The format of the data is generally JSON and has to be taken as defined on the following documentation.
S-360 supports the following kinds of webhooks:
Webhook kind | Description |
---|---|
Contact webhook | is notified each time a contact is created/updated. |
Order webhook | is notified each time an order is closed. |
Data export webhook | is notified for each new data produced by a Data Export Query. |
Access control webhook | is notified for each new ticket produced of invalidated. |
Inventory webhook | is notified for each change of a product's description in the catalog. |