Update Webhooks

To update a specific webhook, make a PUT call to the /webhooks/{{ WEBHOOK_ID }} .

Example

Sample request:

curl -X PUT 'https://waofficial.botika.online/api/whatsapp/v1/webhooks/{{ WEBHOOK_ID }}' \
-H 'Authorization: Bearer {{ API_TOKEN }}' \
-H 'Content-Type: application/json' \
-d '{
    "name": "{{ WEBHOOK_NAME }}",
    "url": "{{ WEBHOOK_URL }}",
    "events": [
        "outbound notifications",
        "inbound notifications"
    ],
    "status": "ACTIVE" || "INACTIVE"
}'

Reading from this edge will return a JSON formatted result:

null

Copyright © 2023 Botika Teknologi Indonesia