Skip to main content

1. Headers

Sample Bearer token request (square brackets are placeholders — replace before running, don’t include the brackets):

2. Request body

Set whatever fields you need. The body must be valid JSON.

3. Response body

If code in the response is not 0, the request failed. When code is non-zero, look up the code and message in the Error codes table below to debug. When the webhook receives the request successfully, the response looks like:
When the webhook hits an error, the response looks like:

4. Error codes

When a webhook trigger errors out, check the response on the caller side and match the code and message against the table below.