Create Webhook
Creates a webhook in Timely.
POST
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
numberrequired
Account ID
stringrequired
URL to send webhook payloads to (must be HTTPS)
array of stringrequired
List of event types to subscribe to
Uncommon arguments
string
Secret token used to sign webhook payloads. The signature will be included in the X-Signature header.
string
Whether the webhook is active. Defaults to true.
string
Custom HTTP headers to include in webhook requests