Meta WhatsApp Cloud API
Configure Meta Cloud API credentials, HSM templates, and 2-way webhooks.
# WhatsApp Cloud API Integration
NotifySetu connects directly to Meta's Graph API, eliminating per-message markups charged by traditional aggregator gateways.
Dispatch Interactive WhatsApp Message
curl -X POST https://api.notifysetu.com/api/v1/notifications/send \
-H "Authorization: Bearer nts_live_key" \
-H "Content-Type: application/json" \
-d '{
"recipient": "+14155552671",
"channels": ["WHATSAPP"],
"templateId": "order_shipped_v2",
"variables": {
"customer_name": "Sarah",
"order_number": "#89421",
"tracking_url": "https://track.store.com/89421"
}
}'