v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBWhatsApp Flows
Update flow metadata
Updates a WhatsApp Flow's metadata (name or categories).
patch/whatsapp/flows/{flowId}/metadata
Path parameters
flowIdstring required
Example:flow-1
Flow ID.
Request body
Example request
{
"name": "New flow name",
"endpointUri": "https://example.com/flow-endpoint"
}Response
Successfully updated the flow metadata.
Example response
{
"success": true
}