Triggers a test webhook.
Webhook resource.
method required | string Enum: "GET" "POST" "PUT" "PATCH" "DELETE" |
url required | string <uri> URL that triggers when a specified event occurs. |
credentialHash required | string Hash from credentials to use for authentication by the specified URL. |
eventsFilter | Array of strings (GlobalWebhookEventType) Default: [] Array of system event types. |
status | string (OnOff) Default: "active" Enum: "active" "inactive" |
Array of objects (WebhookHeader) Webhook headers. | |
body | string or null Webhook request body.
If this value is Invalid placeholders render as an empty strings.
For example, For more information, see Placeholders. |
filter | string Filter that determines whether to send the webhook.
This field requires a special format.
Use For more information, see Using filters. |
Test webhook triggered.
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "eventsFilter": [ ],
- "status": "active",
- "method": "GET",
- "headers": [
- {
- "name": "string",
- "status": "active",
- "value": "value1"
}
], - "credentialHash": "string",
- "body": "string",
- "filter": "string"
}
{- "status": 401,
- "title": "string",
- "detail": "string",
- "instance": "string"
}