Skip to main content
PATCH
Update Webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Webhook ID

Pattern: ^[1-9]\d*$

Body

application/json
tenantId
number

Tenant ID

type

Webhook event type

Available options:
SALESFORCECRM
url
string

Webhook callback URL

Minimum string length: 3

Response

200 - application/json

Updated 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