Node
Last updated
Last updated
A Node represents a collection of and within a . A Node is also known as a Step in the Recrubo platform.
GET /nodes
- Retrieve all nodes (of all flows)
GET /nodes/{id}
- Retrieve a single node by ID
POST /nodes
- Create a new node
PATCH /nodes/{id}
- Update a node by ID
DELETE /nodes/{id}
- Delete a node by ID
name
String
Display name of the node
index
Integer
Index of the node
flowId
String
ID of the flow the node belongs to
isStartFlow
Boolean
Marks the starting node of a flow (only 1 per flow)
isEndFlow
Boolean
Marks an ending node of the flow (endFlowType is required when true)
endFlowType
String
Type of ending (allowed values are 'accepted', 'declined', 'update' and 'reset'
name
X
X
X
index
X
X
X
flowId
X
isStartFlow
X
X
X
isEndFlow
X
X
X
endFlowType
X
X
X