WhatsApp Flows

Update flow

Update metadata (name, categories, endpointUri) of a DRAFT flow. Published flows are immutable.

patch/v1/whatsapp/flows/{flowId}

Path parameters

flowIdstring required

Flow ID

Request body

accountIdstring required

WhatsApp social account ID

namestring

New flow name

categoriesstring[]
endpointUristring uri

HTTPS-only data exchange endpoint for the flow. Settable only while the flow is in DRAFT, and the flow's uploaded Flow JSON must declare data_api_version "3.0" for the endpoint to be used.

Response

Flow updated

successboolean