Deploy WhatsApp bot
A webhook service for WhatsApp Cloud API messages, replies and delivery-status events.
Automate customer messages, status updates and support flows on WhatsApp.
Build plan
- Implement Meta’s GET webhook verification and POST message-event handler.
- Validate webhook signatures and keep access, verification and app secrets in runtime values.
- Deploy, then register the public callback URL and subscribe the WhatsApp Business account.
Resources and values
1 ServiceWhatsApp Cloud APIWHATSAPP_ACCESS_TOKENWHATSAPP_PHONE_NUMBER_IDWHATSAPP_VERIFY_TOKENMETA_APP_SECRETThe Meta app, WhatsApp Business account and phone-number setup happen in Meta. aidrop runs the webhook code after those credentials exist.
Ask your coding agent
Prepare this WhatsApp Cloud API bot for aidrop. Add Meta webhook verification and message-event handling at /whatsapp/webhook, validate request signatures with META_APP_SECRET and read all tokens from runtime values. Add GET /health and bind to 0.0.0.0:3000. Deploy first, then return the public callback URL and the exact Meta dashboard fields I must fill in. Never print WHATSAPP_ACCESS_TOKEN or META_APP_SECRET.
Put WhatsApp bot online
Connect your coding agent, paste the quickstart and keep the build, runtime and public address in one aidrop Project.
7 days free · No credit card required