v1
latestOpenAPI 3.1.02026-07-2616459400.5 KBWhatsApp Flows
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.
post/v3/metainfo/flow/create
Headers
Content-Typestring required
Example:application/json
Must be set to 'application/json' to indicate JSON-formatted request body.
Request body
Response
Successfully created flow
Example response
{
"status": "Successfull",
"message": "Flow Created Successfully",
"data": {
"id": "1292530015172565",
"success": true
}
}