Set up or modify the webhook for an instance.
POST/webhook/set/:instanceName
Set up or modify the webhook for an instance.
Request
Path Parameters
- required
instanceName stringrequired
Example: codechat
- application/json
Body
required
enabled boolean
Indicates whether the webhook is active.
url uri
The endpoint URL where the webhook data will be sent.
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...