Skip to main content
POST
/
{flow_id}
/
publish
Publish flow
curl --request POST \
  --url https://api.kapso.ai/meta/whatsapp/{flow_id}/publish \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Project Settings > API Keys.

Path Parameters

flow_id
string
required

Flow ID

Response

Flow published successfully

success
boolean