Add Webhook

Set up webhooks to automate workflows and trigger actions based on real-time events.

curl --location 'https://api.maximise.ai/v1/whitelabel-api/add-webhook' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "url": "https://example.com/webhook"
}'

Example response

Status Code: 200 OK

{
    "message": "Webhook added successfully"
}

Last updated