Sendwo empowers you to expand your chatbot's capabilities by seamlessly integrating external APIs within the Flow Builder. This powerful feature bridges the gap between Sendwo and other platforms, enabling you to perform a wide range of actions, including data retrieval, form submissions, and user updates.
Sendwo's robust HTTP API integration ensures compatibility with a variety of external platforms, such as WooCommerce and WordPress, streamlining your chatbot's interactions and enhancing its overall functionality. Whether you want to display WooCommerce products in WhatsApp or integrate WordPress posts with WhatsApp, we've got you covered with step-by-step guides:
How to Display WooCommerce Products Inside WhatsApp
How to Display Dynamic List in WhatsApp Interactive Message
To create a new WhatsApp HTTP API connection in Sendwo:
In this section, you will configure the API settings to connect with external services:
https://example.com/api/v1/users/create
).In this section, you need to define any required HTTP headers needed to make the API request:
application/json
or another content type, depending on the API specifications.Authorization: Bearer
If the API request requires data to be sent in the body (for POST/PUT requests), configure the fields here:
username
, first_name
, last_name
, and email
.Once you have entered all the required fields:
After a successful API connection, you can map the response data back into your workflow:
user_id
or email
, you can map this back to the subscriber’s profile in Sendwo.Once your API is integrated and the response mapping is set up, you can now use this API connection within your Flow Builder to trigger API calls at different points in your chatbot’s conversation flow.
Seamlessly integrate external APIs into your Sendwo workflows. This empowers you to automate actions like user creation, subscriber data retrieval, and real-time updates to external systems directly within your Sendwo chatbot flows.
For in-depth guidance on connecting APIs, advanced settings, and troubleshooting, please reach out to our support team or explore our comprehensive help center resources.