
This guide will help you understand how to use an external HTTP API inside SendWo Flow Builder to display a dynamic product list in WhatsApp and handle user selections with precision.
Integrating external APIs into your SendWo Flow Builder unlocks endless automation possibilities. Whether you want to fetch live product data, display real-time lists, or connect to your CRM or eCommerce store, SendWo empowers you to bring external data directly into WhatsApp conversations, automatically and interactively
Follow the simple steps given below to build your own dynamic WhatsApp bot in SendWo.
Whenever a user types this keyword in WhatsApp, the flow will activate and fetch data using your configured API.
This step helps the bot introduces the list dynamically and let the user to pick from available options.
| Field | Value |
| Quick Reply Name | Choose Product |
| Section Name | Pick One |
| Row Generation Method | Dynamic |
| Custom Field for Dynamic Rows | #Product_Name# |
| Key/Index for Row Title | product_list |
| Row Description Format | #Product_Name->price# - #Product_Name->orderID# |
| Save Selection to Custom Field | product_name |
| Key/Index for Saved Value | purchase_link |
This setup dynamically generates rows based on your API response. Each product from your JSON data will appear as a clickable list item in WhatsApp.
This will make you receive instantly a dynamic product list fetched from your API. Once you select a product, the bot replies with a personalized message containing the relevant link or details.
Bravo, you’ve successfully created an API-driven WhatsApp bot in SendWo.
Here are some practical ways businesses use SendWo’s API integration feature:
Using External APIs inside SendWo Flow Builder bridges the gap between automation and real-time personalization.
Whether you’re running an eCommerce store, a real estate agency, or a service business, SendWo’s Flow Builder empowers you to build conversational experiences that feel smart, dynamic, and human.
Yes. SendWo supports both GET and POST requests, hence you can connect APIs from CRMs, eCommerce platforms, ERP systems, or even custom endpoints.
Not at all. SendWo’s no-code Flow Builder.
Your flow automatically adapts to the structure of the JSON response. You can map new fields inside the dynamic row configuration whenever the API output changes.

