Skip to main content
Version: 2.0

Publish Flow

Publishing a Flow:

This request updates the status of the flow to "PUBLISHED". You can publish your Flow once you have ensured that:

  • Your business is verified and maintains a high message quality.
  • All validation errors and publishing checks have been resolved.
  • The Flow meets the design principles of WhatsApp Flows.
  • The Flow complies with WhatsApp's Terms of Service, the WhatsApp Business Messaging Policy, and, if applicable, the WhatsApp Commerce Policy.

UAT BASE-URL- https://apiuat.aclwhatsapp.com/access-api/v1/wa
Production BASE-URL- https://api.aclwhatsapp.com/access-api/v1/wa

Request Type: POST

Sample Request

curl -X POST '{BASE-URL}/{FLOW-ID}/publish' \
--header 'Authorization: Bearer {ACCESS-TOKEN}' \
--header 'Content-Type: application/json'

Sample Response

{
"success": true,
}