This feature allows you to connect an external API and fetch real-time data inside your WhatsApp chatbot.
Steps: #
- Go to Chatbot and click on Create Bot Flow
- Enter Bot Flow name
- Add a Trigger (Keyword) and select channel
- Add Ask Question block to collect user name
- Add another question to collect Phone Number / Booking ID
- Send a message like “Please wait while we fetch details”
- Add a node → Automation App → External API Call
- Select request type (GET/POST)
- Enter API URL
- Add Headers (e.g., Content-Type: application/json)
- Select Body Type (JSON) and add request body
- Run and save API configuration
- Map API response variables
- Add Interactive Message to confirm booking (Confirm/Cancel)
- Save and Enable Bot Flow
This setup helps fetch and display real-time data from external systems directly in your chatbot.