Skip to main content
A WhatsApp Flow is Meta’s own product: a small form that opens inside WhatsApp, with real inputs — text fields, dropdowns, date pickers — instead of a back-and-forth conversation. Appointment booking, a survey, a lead form.
Do not confuse this with Flows, the Watx chatbot builder, which also appears in the WhatsApp panel. That one is a graph of nodes that sends ordinary WhatsApp messages. This page is about Meta’s native form screens, and they are managed under your WhatsApp Business Account.
WhatsApp → WhatsApp Flows lists the flows in your account. It needs WhatsApp connected with a WhatsApp Business Account id; without one the page says so and links to settings.

Creating one

New flow asks for a name and a starting point: Each one is a complete, self-contained Flow JSON that Meta will accept, so you get something working rather than an empty editor.

Editing

Opening a flow gives you two halves. Details — the name and the categories Meta lists the flow under: SIGN_UP, SIGN_IN, APPOINTMENT_BOOKING, LEAD_GENERATION, CONTACT_US, CUSTOMER_SUPPORT, SURVEY, OTHER. Save details writes them back to Meta. Flow JSON — Meta’s own format, edited as text. Save JSON sends it to Meta, which validates it and returns any problems; the errors are listed underneath with the line and column they point at. Saving with no errors says so. Preview — Meta’s own renderer, refreshable, so you can see the screens as a customer would.

Status

The card in the list also shows whether the flow currently has validation errors.

Publishing, deprecating, deleting

  • Publish is irreversible. Watx asks for confirmation first, because a published flow cannot be edited or deleted afterwards.
  • Deprecate withdraws a published flow, after a confirmation. It can no longer be sent or opened.
  • Delete is offered on drafts only.
Meta can refuse any of these. When it does, its own message is shown rather than a generic failure, because the fix is usually something to change in your Meta account.

What Watx does not do yet

Watx creates, edits, validates, previews, publishes and deprecates WhatsApp Flows. Sending one to a customer from Watx is not supported — there is no flow message in the composer, in a template button, in an automation step or in a flow node. If what you need is to collect structured answers from a customer today, two things in Watx already do that:
  • Forms and bookings — hosted pages you share as a link, with conditional logic, availability and slots.
  • Flows — an in-chat question-and-answer sequence that stores what the customer replies.