Vonage Integration POC

Proof of concept: outbound voice calls + two-way WhatsApp messaging

Webhook URLs to configure in Vonage Dashboard

Voice Answer URL (GET): https://voage.africoders.net/voice/webhook/answer
Voice Event URL (POST): https://voage.africoders.net/voice/webhook/event
WhatsApp Inbound URL (POST): https://voage.africoders.net/whatsapp/webhook/inbound
WhatsApp Status URL (POST): https://voage.africoders.net/whatsapp/webhook/status

For local development, expose your app with ngrok http 8000 and replace the domain above.