Create a workflow node
Create a new default workflow node and return it with the latest workflow
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
Body
- Option 1
- Option 2
- Option 3
- Option 4
Create a new workflow node with an explicit insertMode. To configure the node after creation, use the POST /v1/workflows/{workflowId}/nodes/{nodeId} endpoint.
The workflow revision token returned by the latest workflow read or mutation. Older workflows may return null before their first revision-aware mutation; pass null back as expectedRevisionId in that case. If the token is stale, the API returns a 409 Conflict error.
between Node types that can be created with the API. *Trigger nodes and ExitAction nodes cannot be created.
AudienceFilter, BranchNode, ExperimentBranchNode, TimerAction, SendEmailAction, VariantNode The node to insert after. This node must currently point to toNodeId. If this is an ExperimentBranchNode, nodeTypeName must be VariantNode and toNodeId cannot already be a VariantNode.
The node to insert before.
Related topics
WorkflowsAPI IntroductionCreate a workflowDelete a workflow nodeUpdate a workflow node
