create_webhook
Register a webhook endpoint for an Eventbrite organization to receive notifications when specified actions occur, optionally scoped to a single event.
Instructions
Create a Webhook by Organization ID.
ENDPOINT: POST /organizations/{organization_id}/webhooks/
Webhook represents webhook associated with Organization.
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Actions to trigger webhook (required) | |
| event_id | No | Event ID to scope webhook | |
| endpoint_url | Yes | Webhook endpoint URL (required) | |
| organization_id | Yes | Organization ID (required) |