Create Webhook Endpoint
automations
Create Webhook Endpoint
Create a new outbound webhook endpoint.
target_url is validated against the SSRF guard on save. Private,
loopback, link-local, multicast, and cloud-metadata IPs are rejected
(422).
signing_secret is optional. When absent, a cryptographically random
32-byte hex secret is generated server-side. The secret is encrypted at
rest and is NEVER returned in API responses (write-only).
Returns 201 with the new webhook_endpoints resource (without the
signing secret).
POST
Create Webhook Endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/vnd.api+json
Response
Successful Response