cURL
curl --request POST \ --url https://api.kapso.ai/meta/whatsapp/v24.0/{flow_id}/publish \ --header 'X-API-Key: <api-key>'
{ "success": true }
Publish a flow. This action is not reversible.
Once published, the flow and its assets become immutable.
Proxy endpoint: Proxies directly to Meta Graph API.
Project API key for authentication. This is the recommended authentication method.
Get your API key from the Kapso dashboard under Project Settings > API Keys.
Flow ID
Flow published successfully
Was this page helpful?