API Reference
Reference for the API
Create a new webhook for a specific app.
{ "id": "<string>", "url": "https://example.com/webhook", "created_at": "2023-12-25", "updated_at": "2023-12-25", "events": [ "record.created", "record.completed" ] }
The ID of the app
The webhook to create.
Data to create a new webhook
The created webhook.
Detailed information about a webhook
Was this page helpful?