Create Webhooks

Untuk membuat webhook baru, buat panggilan GET ke /webhooks .

Contoh

Sampel request:

curl -X POST 'https://waofficial.botika.online/api/whatsapp/v1/webhooks' \
-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"
}'

Dari request tersebut akan mengembalikan JSON dengan format:

null

Copyright © 2023 Botika Teknologi Indonesia