Skip to main content
POST
/
api
/
v1
/
hooks
/
{token}
Trigger automation webhook
curl --request POST \
  --url https://voxworks.ai/api/v1/hooks/{token} \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_phone": "0429069971",
  "source": "crm"
}
'
{
  "success": true,
  "execution_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Webhook-Signature
string

SHA-256 HMAC signature when the webhook has a secret configured.

X-Idempotency-Key
string

Optional idempotency key to prevent duplicate automation executions.

Path Parameters

token
string
required

Body

application/json

The body is of type object.

Response

Webhook accepted.

success
boolean
Example:

true

execution_id
string