---
title: "Publish a flow"
method: POST
path: "/whatsapp/flows/{flowId}/publish"
tags: ["WhatsApp Flows"]
---

# Publish a flow

`POST /whatsapp/flows/{flowId}/publish`

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.

## Path parameters

- `flowId` string, required

## Response `200`

Successfully published the flow.

- object
  - `success` boolean — Whether the operation was successful.

---

[API](https://skmtc.dev/ycloud/apis/ycloud-api.md) · [All operations](https://skmtc.dev/ycloud/apis/ycloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ycloud/ycloud-api/revisions/4e13d3ca9df8/schema)
