← API catalog
Automation · v1

Automation Webhook

Trigger a customer-created webhook automation with its generated opaque hook token.

POST/api/v1/automations/hooks/{id}/{token}
AUTHENTICATION

Opaque hook token

This endpoint requires Opaque hook token. Credentials are never embedded in public examples.

STABILITY

v1

Use the documented route and response fields rather than private storage or internal service calls.

Example request

curl -sS -X POST https://leadstrium.com/api/v1/automations/hooks/HOOK_ID/HOOK_TOKEN

Response handling

Successful responses are JSON unless the endpoint is explicitly a well-known protocol document. Treat non-2xx responses as actionable failures and preserve the HTTP status when surfacing errors to your users.

LaunchPad may shed excess concurrent work with HTTP 503 and Retry-After rather than allowing unbounded request pressure. Clients should use reasonable caching, backoff and bounded retries.