EXECUTE Endpoint

You can execute a webhook, invoking the Action that the webhook is configured to execute, with data given in the request.

The details of the Method, Request Body, and Headers to execute the Execute Webhook API are as shown:

Base URL

https://{tenant url}/api/rest/Webhooks/Execute?extension={endpoint extension}

Note: The endpoint extension is case-sensitive.

Method

POST

Header Name Authorization: REST API Key

Request Body

Key Value
Value Format Value
Body

Text (JSON or XML)

 

 

 

The body of the request, for example, the data to be provided to the configured Action.

Note: The Body parameter in the request is limited to a maximum length of 100,000 characters.

 

 

Unsuccessful Responses