Skip to main content
Creates the webhook, or replaces the existing one. Saving also clears the consecutive-failure counter, so this is how you re-enable a webhook that was switched off.
Webhooks are part of the Enterprise plan. On Standard and Pro this endpoint answers 404.

Path parameters

string
required
The location.

Body

string
required
A valid, publicly reachable URL.
string
required
POST, PUT, PATCH or GET. With GET the event is sent as query parameters instead of a body.
boolean
default:"false"
Set true to start delivering.
string
Sent as HTTP Basic credentials together with auth_password.
string
The matching password.

Response

string
Webhook configured successfully
string
The webhook id.

Events you will receive

Every payload also carries eventName and companyId.

Webhooks guide

Payloads, auto-disabling after five failures, and what to do about missed events.