create_webhook
Create a webhook to receive POST requests on your HTTPS endpoint when social post events occur, such as publishing or errors. Subscribe to specific event types or all events.
Instructions
Create a webhook that POSTs to your HTTPS endpoint when the chosen events occur (e.g. post published, post errored). Subscribe to specific event types or all of them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint that will receive event payloads. | |
| event_types | No | Event types to subscribe to (e.g. 'social.post.created', 'social.post.updated', 'social.post.result.created'). Omit to receive all events. |