Complete LangChain Agent Example and keep the Agent process running.
1. Create the Channel
In Channels, choose Twilio WhatsApp. Enter the Twilio Account SID, authentication credential, and WhatsApp sender. GroundForge verifies Twilio signatures by default.
Attach the Channel to the weather Agent and publish the Agent.
Copy the callback shown by GroundForge after publishing:
Paste it into Twilio’s inbound-message webhook field. When status callbacks are enabled, GroundForge also shows the separate status URL.
Screenshot placeholder
Add /images/guides/twilio-callback.png showing the GroundForge callback and matching Twilio webhook field.
3. Preview the delivery test
Check the Channel ID, recipient, and body.
4. Send the test
Run the same command without --dry-run:
For the Twilio sandbox, the recipient must have joined the sandbox. Store the sandbox sender in the Channel; pass the recipient only in the test command. Sender and recipient must be different.
5. Follow the request
Open Traces and confirm Channel input, get_weather, the Gateway decision, and Channel output.Last modified on July 27, 2026