APIs
Update Webhook
Overview This API updates the details of an existing outgoing webhook. You change the webhook name, description, triggers and also the URL. If the URL is altered, a validation post call (Ping trigger) is sent to the new URL. API PATCH ...
Outgoing Webhook APIs - An overview
Overview Using APIs you can programmatically create, view, update, delete outgoing webhooks in Zoho Connect. Attributes of the Webhook The following attributes of the webhook are needed to create, view, update or delete Outgoing Webhooks using APIs. ...
Get webhook
Overview This API fetches a single outgoing webhook from your Zoho Connect network. API GET /api/v1/webhook/{id} Oauth Scope ZohoPulse.outgoingwebhook.READ Sample request $curl -X GET https://connect.zoho.com/api/v1/webhook/1234XXXX67 ...
Error Codes
Overview When creating, updating, or deleting outgoing webhooks using APIs you might receive one of the below error codes as a response when the action has failed. Error Code Reason How to Fix 160018 Network Id is not available in the header. pass ...
Delete Webhook
Overview This API deletes an existing webhook. After this API is executed, the URL in the webhook stops receiving trigger information. API DELETE /api/v1/webhook/{id} Oauth Scope ZohoPulse.outgoingwebhook.DELETE Sample request $curl -X DELETE ...
Create Webhook
Overview This API creates an outgoing webhook in your Zoho Connect network. When this API is invoked, a validation post call (ping trigger) is sent to the URL end-point. That URL end-point must respond with a 200 OK message to confirm the creation of ...