WhatsApp 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
}