v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Flows

Publish a flow

Updates the status of the Flow to "PUBLISHED". You can either edit this flow in the future and turn it back to the "DRAFT" state, or create a new flow by specifying the existing Flow ID as the cloneFlowId parameter.

post/whatsapp/flows/{flowId}/publish

Path parameters

flowIdstring required
Example:flow-1

Flow ID.

Response

Successfully published the flow.

successboolean

Whether the operation was successful.

Example response

{
  "success": true
}