Skip to main content
POST
Update flow metadata

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 Integrations > API keys.

Path Parameters

flow_id
string
required

Flow ID

Body

application/json
name
string

Flow name

categories
enum<string>[]

Flow categories (at least one required if provided)

Available options:
SIGN_UP,
SIGN_IN,
APPOINTMENT_BOOKING,
LEAD_GENERATION,
CONTACT_US,
CUSTOMER_SUPPORT,
SURVEY,
OTHER
endpoint_uri
string<uri>

URL of the WhatsApp Flow Endpoint (for Flow JSON 3.0+)

application_id
string

ID of the Meta application connected to the Flow

Response

Flow metadata updated successfully

success
boolean