Create Flow API

The Create Flow API allows you to create interactive WhatsApp flows using Meta's flow builder JSON structure.
This API accepts flow configuration details such as flow name, categories, and a valid flow JSON string.
Optionally, flows can be published immediately upon creation. It is used to build dynamic, guided experiences
for WhatsApp users, such as onboarding journeys, service requests, or feedback forms.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

All necessary parameters should be passed in the request body in JSON format.

string
required

Name of the flow.

categories
array of strings
required

Categories to which the flow belongs.

categories*
string
required

JSON string representing the WhatsApp flow structure.

boolean

Whether to publish the flow immediately. Values can be 'true' or 'false'. Default value is 'false'.

Headers
string
required

Must be set to 'application/json' to indicate JSON-formatted request body.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json