Resource
Flows
Native WhatsApp Flows — multi-screen forms rendered in-app with typed submissions.
#About
Flows are Meta's native form primitive. Use them for onboarding, lead capture and feedback — the user never leaves WhatsApp, and you get a structured JSON submission when they finish.
#Endpoints
- GET
/whatsapp/flowsList WhatsApp Flows with their publish status. - POST
/whatsapp/flowsCreate a flow from the WhatsApp Flow JSON schema. - POST
/whatsapp/flows/:id/publishPublish a draft flow. - GET
/whatsapp/flows/:id/submissionsList submissions from users who completed the flow.
GET
/whatsapp/flowsList WhatsApp Flows with their publish status.
SDK
TypeScript
POST
/whatsapp/flowsCreate a flow from the WhatsApp Flow JSON schema.
SDK
TypeScript
POST
/whatsapp/flows/:id/publishPublish a draft flow.
SDK
TypeScript
GET
/whatsapp/flows/:id/submissionsList submissions from users who completed the flow.
SDK
TypeScript
Response
JSON