Prerequisites
- A Meta Developer account with WhatsApp Business API access
- A verified phone number and phone number ID
- A permanent system user access token
Configuration
In~/.meepagateway/agents/<id>/agent.yaml:
Meta permanent access token for the WhatsApp Business API.
WhatsApp phone number ID from the Meta Developer dashboard.
Custom string used to verify webhook registration with Meta.
Local port for the inbound webhook listener.
Behavior
MeepaGateway starts an HTTP listener that handles both the Meta verification challenge (GET /) and message delivery (POST /). Configure this URL in the Meta Developer Portal as your webhook endpoint.
