create_webhook
Set up a webhook for a subscriber list to receive notifications on subscribe, deactivate, or update events in JSON or XML format.
Instructions
Create a webhook for a subscriber list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | The list ID | |
| url | Yes | The URL to call when the webhook fires | |
| events | Yes | Comma-separated list of events: 'Subscribe', 'Deactivate', 'Update' | |
| payload_format | Yes | Payload format: 'json' or 'xml' |