- Syncing post data to your CRM when content goes live
- Building internal dashboards that track publishing activity across your team
Creating a webhook
Go to Webhooks Settings
Navigate to Settings → Integrations → Webhooks.
Select Events
Click Create a Webhook and choose which events to subscribe to. Each webhook can listen to one or more event types.
Payload format
All webhook deliveries use the same envelope. The request body is JSON:| Field | Description |
|---|---|
type | The event type (e.g. post.published, post.archived) |
data | Event-specific payload. See each event page for the schema. |
createdAt | ISO 8601 timestamp when the event was emitted |
2xx status code to acknowledge receipt.
See Event types for the full list of supported events and links to each payload schema.