Skip to main content
PUT
Update a webhook
Update an existing webhook.

Authorizations

X-API-Key
string
header
required

Provide your generated API Key.

Path Parameters

webhookId
string
required

Body

application/json
companyName
string
required
Example:

"Company name of webhook"

eventTypes
array
required
Example:

"Event types to listen for webhook e.g. ['new-message', 'updated-message']"

Response

200 - application/json

Webhook updated successfully