Free Serverless WhatsApp Alert & Notification Bot Gateway ($0 Twilio Alternative)

API Credentials & Target

Template (hello_world)

Integration Snippets

curl -X POST "https://graph.facebook.com/v21.0/<PHONE_ID>/messages" \
  -H "Authorization: Bearer <TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{{ ... }}'

Response Logger

Waiting for API requests...