Create Step

Closed Beta — not yet enabled for all workspaces. Request access at https://developers.myclickfunnels.com/page/code-support.

Add a new step to a workflow. step_type_settings must contain exactly one key
naming the step type.

Placement: omit parent_step_id to append to the trunk sequence. Set
parent_step_id + branch to place inside a split branch. Use position (0-based)
or after_step_id to control order within a container.

For split_test_step: provide variants with exactly 2 entries whose weight
values sum to 100. For conditional_split_step: optionally provide
condition.filter_id (integer id or obfuscated RefineFilter public_id).

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

Integer id or obfuscated public_id of the workflow.

Body Params

Parameters for adding a new step to a workflow. step_type_settings must contain
exactly one key naming the step type.

Placement

  • Trunk (default): omit parent_step_id and branch to append at the end of the main sequence.
  • Inside a split branch: set parent_step_id to the id (integer or public_id) of the split step, and branch to:
    • matched or unmatched for a conditional_split_step (the legacy match/fallback aliases are still accepted)
    • A 0-based variant index string ("0", "1") for a split_test_step
  • Specific position: use position (0-based integer) or after_step_id (id of the preceding step).

For split_test_step, the variants array must have exactly 2 entries with integer weights summing to 100.
For conditional_split_step, provide condition.filter_id (integer id or obfuscated RefineFilter public_id).

workflows_step
object
required
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json