Create Standard Flow
create_flowCreate a standard WHEN/AND/THEN flow by providing a name and a flow object containing a trigger card and optional conditions and actions. Use get_flow to see the required card shape.
Instructions
Create a standard WHEN/AND/THEN Flow. Provide a name and a 'flow' object containing trigger (card object) and optional conditions[]/actions[] arrays. Use get_flow on a similar flow to learn the exact card shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | Flow definition (trigger, conditions, actions, ...) | |
| name | Yes | Flow name |