Skip to content
All recipes
Bot

Deploy WhatsApp bot

A webhook service for WhatsApp Cloud API messages, replies and delivery-status events.

Why use it

Automate customer messages, status updates and support flows on WhatsApp.

Build plan

  1. Implement Meta’s GET webhook verification and POST message-event handler.
  2. Validate webhook signatures and keep access, verification and app secrets in runtime values.
  3. Deploy, then register the public callback URL and subscribe the WhatsApp Business account.

Resources and values

Resources
1 ServiceWhatsApp Cloud API
Required values
WHATSAPP_ACCESS_TOKENWHATSAPP_PHONE_NUMBER_IDWHATSAPP_VERIFY_TOKENMETA_APP_SECRET
Check before you deploy

The 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