Authorizations
API token for authentication
Body
application/json
The ID of the workspace
Example:
"ws_1234567890"
Human-readable name for the subscription
Required string length:
1 - 255Example:
"Production Webhook"
The HTTPS URL to receive webhook events
Example:
"https://api.example.com/webhooks/notifuse"
List of event types to subscribe to
Minimum length:
1Example:
["contact.created", "contact.updated"]
Optional filters for custom_event.* event types
Response
Webhook subscription created successfully
A webhook subscription that receives HTTP callbacks when events occur
