Endpoints
Agent - Webhook
PATCH
/
agents
/
{id}
/
webhook
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the agent.
Query Parameters
type
enum<string>
requiredService provider type.
Available options:
whatsapp
, telegram
, zapi
, instagram
enabled
boolean
requiredFlag to enable (true) or disable (false) the webhook.
Response
200 - application/json
The response is of type string
.
Was this page helpful?