Navigate to /admin/integrations/ in the running standalone. The channel catalog shows WhatsApp, Discord, Google Chat, Slack, and Microsoft Teams as active channels.
2
Create the WhatsApp integration
Click WhatsApp and fill in the access token, phone number ID, and verify token.
Field
Value
access_token
Meta Graph API permanent access token
phone_number_id
WhatsApp Business phone number ID
verify_token
Webhook verification token (must match what you set in the Meta App Dashboard)
3
Save
Save the form. The reload pipeline registers the WhatsApp webhook handler on the running engine.
User sends a message to the WhatsApp Business number
Meta POSTs the webhook payload to your engine
Engine verifies the payload structure
Engine invokes the agent with the message text
Engine sends the agent’s reply back via the Meta Graph API
Session tracking: The sender’s phone number is used as the session ID, so conversation context is maintained per user.Webhook verification: On setup, Meta sends a GET request with a challenge token. The engine verifies it against your verify_token and responds automatically.