Skip to main content
POST
Create Webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tenantId
number
required

Tenant ID

type
required

Webhook event type

Available options:
SALESFORCECRM
url
string
required

Webhook callback URL

Minimum string length: 3

Response

200 - application/json

Created webhook

id
number
required

Webhook ID

tenantId
number
required

Tenant ID

type
string
required

Webhook event type

url
string
required

Callback URL

username
string | null
required

Basic auth username

password
string | null
required

Basic auth password

authtoken
string | null
required

Auth token