create_webhook
Set up a webhook to monitor Eventbrite events and receive notifications at your endpoint for specified actions.
Instructions
Create a webhook for Eventbrite events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Comma-separated list of actions to trigger webhook (e.g., "order.placed,attendee.updated,event.published") | |
| event_id | No | Optional: Specific event ID to monitor (leave empty for all events) | |
| endpoint_url | Yes | The URL where webhook notifications will be sent |