Create and send WhatsApp Flows
Use WhatsApp Flows to create end-to-end custom workflows. These workflows enable the end users to perform tasks, such as filling out forms, without leaving the chat with your business.
This tutorial explains how to create and send WhatsApp Flows to end users.
Products and channels
Prerequisites
- Infobip account with WhatsApp enabled.
- If you do not have an account, create a free trial account and select WhatsApp as the channel on the welcome screen.
- A WhatsApp sender that is registered with Infobip.
- WhatsApp business account.
Process overview
You can send WhatsApp Flows either over the Infobip Web interface or over API.
Over the Infobip Web interface
- In Meta playground, create the WhatsApp Flow. JSON is created.
- In WhatsApp Manager, create an outline of the WhatsApp Flow.
- In WhatsApp Manager, use the JSON to update the WhatsApp Flow with the components and elements that you created in the Meta Playground.
- Test the WhatsApp Flow in Draft mode.
- Publish the WhatsApp Flow.
- Add the WhatsApp Flow to the Answers chatbot and send it to end users.
Over API
- In Meta playground, create the WhatsApp Flow. JSON is created.
- In the WhatsApp API, create an outline of the WhatsApp Flow.
- In the WhatsApp API, use the JSON to update the WhatsApp Flow with the components and elements that you created in the Meta Playground.
- Test the WhatsApp Flow in Draft mode.
- Publish the WhatsApp Flow.
- Send the WhatsApp Flow to end users.
Implementation over the Infobip Web interface
Complete the steps in each of the following sections sequentially.
Create a WhatsApp Flow in Meta Playground
- Go to Meta playground (opens in a new tab) and create a WhatsApp Flow based on your use case.
- To add new screens to the WhatsApp Flow, select Add new.
- To add new components, select Add content.
- Configure the components based on your use case.
- After you finish designing the WhatsApp Flow, JSON is automatically created and is ready to use. Select Copy Flow JSON.

Create an outline of the WhatsApp Flow in WhatsApp Manager
-
Log on to WhatsApp Manager.
-
Go to Business settings > WhatsApp accounts.
-
Filter by WhatsApp business account ID.
-
Select WhatsApp Manager > Flows > Create Flow.
-
Enter the name of the WhatsApp Flow.
-
Select the category based on your use case.
-
You can create either a static or dynamic WhatsApp Flow. This tutorial shows how to create a static WhatsApp Flow. Select Without endpoint.
NoteTo create a dynamic WhatsApp Flow, select With endpoint.
-
Select Default.
-
Complete all the fields and select Create.
The WhatsApp Flow is created in Draft status.

Configure the WhatsApp Flow in WhatsApp Manager
Update the WhatsApp Flow so that it contains the components and elements that you created in the Meta Playground. To do this, add the JSON that you copied from the Meta Playground.
Do the following:
-
(Optional) To format the JSON, which you copied from the Meta Playground, use a tool such as Postman. In Postman, copy the JSON and select Beautify.
-
Paste the JSON into the WhatsApp Flow in your WhatsApp Manager.
-
Select Save.
On the right-hand side, you can see the preview of the WhatsApp Flow.
-
To see the WhatsApp Flow in interactive mode, go to Settings > Enable Interactive mode.
-
(Optional) Include complex components (opens in a new tab) that are not available in Meta Playground. To use them, update the JSON in your WhatsApp Manager.
-
Finish designing the WhatsApp Flow.
Test and publish the WhatsApp Flow
-
To test the WhatsApp Flow, add it to your chatbot and send it. Make sure that you select the Flow status as Draft.
-
To publish the flow, select Publish.
NoteYou cannot edit the WhatsApp Flow after you publish it.
Send the WhatsApp Flow through Answers
To incorporate WhatsApp Flows into your Answers chatbot, use the WhatsApp Flows element. In this element, you can add a welcome message and a button that they can select to enter the flow.
In the element, configure the following information. You can get this information from the WhatsApp Flow that you created in your WhatsApp Manager.
- Flow ID: Unique ID of the WhatsApp Flow.
- Flow status: Depending on the status of the WhatsApp Flow in WhatsApp Manager, set to either Draft or Published.
- Flow action: Select Navigate for static WhatsApp Flows or Data exchange for dynamic WhatsApp Flows.
- ID of first screen: If the Flow action is Navigate, specify the screen ID that you created for the first screen of the WhatsApp Flow.
- Flow token: Create an identifier for the WhatsApp Flow.
Implementation over API
Complete the steps in each of the following sections sequentially.
Create a WhatsApp Flow in Meta Playground
- Go to Meta playground (opens in a new tab) and create a WhatsApp Flow based on your use case.
- To add new screens to the WhatsApp Flow, select Add new.
- To add new components, select Add content.
- Configure the components based on your use case.
- After you finish designing the WhatsApp Flow, JSON is automatically created and is ready to use. Select Copy Flow JSON.

Create and configure the WhatsApp Flow in the API
-
In the WhatsApp API (opens in a new tab), create an outline of the WhatsApp Flow.
The WhatsApp Flow is created in Draft status. You will receive a WhatsApp Flow ID.
-
Update the WhatsApp Flow so that it contains the components and elements that you created in the Meta Playground. To do this, add the JSON that you copied from the Meta Playground. Include the WhatsApp Flow ID.
-
(Optional) Include complex components (opens in a new tab) that are not available in Meta Playground.
-
Finish designing the WhatsApp Flow.
Test and publish the WhatsApp Flow
-
To test the WhatsApp Flow, send it over the API. Make sure that you select the flowStatus as Draft.
-
Publish (opens in a new tab) the WhatsApp Flow.
NoteYou cannot edit the WhatsApp Flow after you publish it.
Send the WhatsApp Flow over API
-
In the API to send WhatsApp Flows (opens in a new tab), update the recipients (to) and sender (from).
-
Set the mode to either Draft or Published.
-
Configure the following information. You can get this information from the WhatsApp Flow that you created.
- flowId: Unique ID of the WhatsApp Flow.
- flowStatus: Depending on the status of the WhatsApp Flow in WhatsApp Manager, set to either Draft or Published.
- flowAction: Specify Navigate for static WhatsApp Flows or Data_Exchange for dynamic WhatsApp Flows.
- screen: If flowAction is Navigate, specify the screen ID that you created for the first screen of the WhatsApp Flow.
- flowToken: Create an identifier for the WhatsApp Flow.