Update Funnel

Updates an existing funnel's configuration, flow definition, and exit conditions. AI/MCP clients should call get_schema with type=funnels once before updating funnel builder payloads.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the funnel to update

Body Params

Body Params

string
required

Name of the funnel

integer
required

The ID of the publication

boolean
required

Whether the funnel is active

boolean
required

Whether to stop the sequence on unsubscribe

data
object
required

Funnel builder graph. Before setting this field, fetch GET /schema?type=funnels and build the object from builder_data_shape and action_components. The data object must contain cells for action/link nodes.

exit_conditions
array of objects

Conditions that cause early exit from the funnel. Before setting this field, fetch GET /schema?type=funnels and use exit_conditions_schema plus query_condition_schema.

exit_conditions
tag_ids
array of integers

Array of tag IDs to associate

tag_ids
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json