v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
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

namestring

Flow name.

categoriesWhatsappFlowCategory[]

Flow categories.

endpointUristring

The endpoint URI for the Flow.

Example request

{
  "name": "New flow name",
  "endpointUri": "https://example.com/flow-endpoint"
}

Response

Successfully updated the flow metadata.

successboolean

Whether the operation was successful.

Example response

{
  "success": true
}