
With SendWo, you can seamlessly connect any external systems to your WhatsApp chatbot, automate workflows, and deliver smarter, data-driven conversations. This guide walks you through the entire process with every single setup to map responses, so you can make your WhatsApp automation truly powerful.
SendWoโs HTTP API Integration allows your WhatsApp chatbot to communicate with any third-party application that provides an API. Your chatbot can send data, retrieve information, or trigger actions across platforms like WordPress, Shopify, Google Sheets, Zoho CRM, or any custom app.
For example:
The possibilities are endless, and all without writing a single line of code.
This is the step that will help you to configure how your chatbot interacts with an external service.
This step will help you define the key connection parameters that are stated below:
Headers define how your API communicates with the external system.
Common header examples include:
| Header Name | Value |
| Content-Type | application/json |
| Authorization | Bearer {your-access-token} |
If your API requires authentication, such as a Bearer Token or Basic Auth, include the correct credentials here.
If your chosen API requires sending data (typically for POST or PUT requests), configure the request body.
You can:
Once youโve configured all the details required:
Tips: If, for any reason, verification fails, always double-check the endpoint URL, authorization token, and request format.
Once the connection is verified, itโs time to map the response so your chatbot can interpret and use it.
For instance:
If the API returns a response like:
{
"status": "success",
"user_id": "12345",
"email": "john@example.com"
}
You can map user_id and email to SendWoโs subscriber fields or use them in later messages.
SendWo also allows you to save JSON responses as list items, making it easy for you to build dynamic interactive messages (like displaying a list of WooCommerce products inside WhatsApp).
Now comes the part where you will be using your integrated API directly inย SendWo Flow Builder.
The API will automatically execute during the conversation, passing and retrieving data in real-time.
SendWoโs External HTTP API Integration lets your WhatsApp chatbot do much more than just respond. It helps you connect with other platforms, automate tasks, and create personalized experiences for your customers.
With this setup, you can build end-to-end conversational journeys that pull live data, push customer information, and create intelligent workflows, all inside WhatsApp.
You can connect any RESTful API that supports standard HTTP methods (GET, POST, PUT, DELETE), including platforms like WordPress, WooCommerce, Google Sheets, Zoho CRM, or any custom web service.
Not at all. No manual coding required for the SendWo interface.
Yes, you can easily take the user inputs collected during a chat, like their name, email, or location, and pass them as parameters or in the request body when making an API call.
Absolutely. All API requests in SendWo are transmitted securely using HTTPS protocols, which ensures data integrity and privacy.