Skip to main content

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

    instanceName stringrequired
    • required
    Example: codechat

Body

required
    enabled boolean

    Indicates whether the webhook is active.

    url uri

    The endpoint URL where the webhook data will be sent.

Responses

Successful response

Schema
    any
Loading...