Automate actions

Webhooks

HTTPS POST when an alert fires or a workflow runs.

Webhooks send JSON to an external HTTPS URL when an alert matches or a workflow send_webhook action runs. Use them to reach internal apps, data pipelines, and other HTTP APIs.

Path

Event → workflow or alert → condition / match → HTTP POST → your endpoint

Configuration

FieldNotes
URLHTTPS only. Private and loopback IPs are blocked.
Alerts vs workflowsAlert-rule webhooks are set on the alert. Workflow send_webhook is a THEN action.

Payloads include event context, item fields, and workspace identifiers. Exact JSON is defined by the implementation — treat OpenAPI and a test POST as the contract.

Do not put secrets in the payload. Prefer a URL that your side authenticates.

Start free

32 articles on this site. Engineering notes on GitHub.