Webhooks
Create a webhook endpoint
POST/webhook-endpoints
Create a webhook URL and description. This can also be done on the dashboard↗.
Body Parameters
description
stringRequiredA description for this webhook endpoint.
enabled_events
array of stringsRequiredA list of events and event types which will be sent to this webhook's URL.
url
stringRequiredThe HTTPS URL that webhooks will be delivered to.