v1

latestOpenAPI 3.1.02026-07-17220542.8 KB

Template Webhook

Get template creation and update notifications using these events: <ul><li><strong>'template.created'</strong> is triggered when the template is created.</li><li><strong>'template.updated'</strong> is triggered when the template is updated.</li><li><strong>'template.archived'</strong> is triggered when the template is archived.</li></ul>

postWebhooktemplateWebhook

Payload

event_type'template.created' | 'template.updated' | 'template.archived'

The event type.

timestampstring date-time

The event timestamp.

Example payload

{
  "timestamp": "2023-09-24T11:20:42Z"
}

Response

Return a 200 response to acknowledge successful receipt of the webhook event.