---
title: "POST /v1/whatsapp/flow/publish"
method: POST
path: "/v1/whatsapp/flow/publish"
---

# POST /v1/whatsapp/flow/publish

`POST /v1/whatsapp/flow/publish`

Publishes a WhatsApp Flow, making it available for use in template messages. The Flow must be in DRAFT status with valid Flow JSON that passes Meta's validation. This is an irreversible operation.

## Request body

- object
  - `id` string, required — The ID of the WhatsApp Business Account associated with this Flow.
  - `flowId` string, required — The unique identifier of the Flow to publish.

## Response `200`

Success

- PublishWhatsAppFlowOutput

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InvalidParametersException
- `484` — AccessDeniedByMetaException
- `485` — ThrottledRequestException
- `486` — InternalServiceException
- `487` — DependencyException

---

[API](https://skmtc.net/aws/apis/socialmessaging.md) · [All operations](https://skmtc.net/aws/apis/socialmessaging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/socialmessaging/versions/127e73cd9a15/schema)
