Create Webhook
Create a new webhook subscription for a specified event.
Documentation Index
Fetch the complete documentation index at: https://docs.timelines.global/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
A JSON describing webhook.
A client‑defined subscription that instructs Timelines Global to send an HTTP POST request to the specified url whenever the chosen event_type occurs in the workspace. The POST body is delivered as JSON and contains the event payload.
Event topic that will trigger the webhook. For the current list of supported values see Timelines Global Event Types documentation at https://app.timelines.global/integrations/webhooks_v2/swagger (for example: message:sent:new, message:received:new).
"message:sent:new"
Destination HTTPS endpoint that Timelines Global will call. Must be publicly accessible and respond with 2xx status within 5 seconds.
"http://www.example.com/api/hook"
Flag indicating whether the subscription is active. When false, deliveries are paused but the definition is kept.
true

