Referencia de APIAutomations / Webhook
Create Webhook by automationid
← Back to full API reference
POST
/v1/automation/webhook/:automationIdPublic- This endpoint can be called without an authenticated session.
- This route is commonly used as a webhook endpoint.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| automationId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"automationId": 1
}Query
json
{}Body
json
{}Sample response
json
{
"success": true,
"eventId": "<eventId>",
"message": "Webhook received and automation triggered"
}