WhatsApp Flows

Edit Flow Metadata API

Updates metadata fields (like name or categories) of an existing WhatsApp flow using its flow ID.

post/v3/metainfo/flow/edit/metadata

Parameters

#/paths/~1v3~1metainfo~1flow~1create/post/parameters/0 — unresolved $ref
#/paths/~1v3~1metainfo~1flow~1edit/post/parameters/1 — unresolved $ref

Request body

namestring

New name for the flow.

categoriesstring

Updated categories for the flow.

Response

Successfully edited flow metadata

statusstring required
messagestring required

Example response

{
  "status": "Success",
  "message": "Successfully edited Flow",
  "data": {
    "success": true
  }
}

Changes