Webhooks
A webhook is an user-defined HTTP callback that gets triggered by certain events. When such events occur, the source will make an HTTP request to the URL configured for the webhook.
Headers
Header | Values |
Authorization | Zoho-oauthtoken {{ your_auth_token }} |
X-com-zoho-store-organizationid | {{ your_organization-id }} |
Note: Replace {{ your_auth_token }} and {{ your_organization-id }} with corresponding values.
Whenever any of the configured events takes place, a webhook will be triggered to the mentioned URL, with the 'type of event' mentioned in Headers under X-ZOHO-Event node, and the entire details JSON as the request body.
Sample Headers
CopiedContent-Length: 7716
Connection: close
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
X-Zoho-Skip-Webhook-Trigger: true
Host: ****
Pragma: no-cache
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
X-ZOHO-Event : salesorder.delivered