Set-up Webhook
Understanding Webhooks
curl --location 'https://wa-api.neuapix.com/whatsapp/v3/{{Channel-ID}}/webhook' \
--header 'Authorization: Bearer {{place your token herer}}' \
--header 'Content-Type: application/json' \
--data '{
"webhooks": {
"url": "https://your-webhook.com/webhoo"
}
}'
{
"success":true
}Last updated