POST
/{orgId}/{itemId}/webhookConnections/{connectionId}/executeWebhookExecute webhook configured within the webhook connection. The header of the request call must include the webhook signature key generated from the secret stored in webhook connection.
Path parameters
| Name | Type | Required |
|---|---|---|
connection | string | |
org | string | |
item | string |
Response status
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Empty object | inline |
| 404 | Not Found | error | WorkflowExceptionDTO |
Examples
Request
# You can also use wget
curl -X POST '/{orgId}/{itemId}/webhookConnections/{connectionId}/executeWebhook' \
-H 'Authorization: Bearer <YOUR_TOKEN>'