Webhooks
Update webhook (REST)
3min
request body { "webhook" { "name" "{{webhook name}" , "trigger item" "{{trigger name}}}" , "trigger action" "{{trigger action}}" , "request url" "{{target url to send payload}}" , "request method" "post" } } required attributes name string / a webhook name to help you identify the webhook (also visible in webhook logs) trigger item string / the entity that triggers the webhook; see notes for supported values trigger action string / the action that triggers the webhook; see notes for supported values request url string / the url to which brella will post the webhook payload request method string / always leave as "post" notes 01 supported trigger item values "speaker" "sponsors sponsor" "event invite" "event ticket" "attendee" "event ticketpurchase" 02 supported trigger action values created updated deleted