ZORT have webhook to callback when some events are triggered. The system will send request by "POST" method to your endpoint URL that set in the system.
Common Request Parameters
Your Endpoint URL
Every request will be sent with Header to endpoint URL.
Header
Parameter
Description
Authorization
Basic {key1}
key1
Key Reference 1
key2
Key Reference 2
key3
Key Reference 3
How To Set Webhook
Set manually in ZORT portal.
1.
Login to ZORT.
2.
Go to menu Setting --> Integration --> API Reference --> Webhook.
3.
Input key and endpoint URL and click "Verify and Save".
Set by calling API.
You can send request to update webhook information.
post
https://api.zortout.com/api.aspx
UPDATEWEBHOOK
You can get current webhook information by calling "GETWEBHOOK" method.