add_node
Add a new node to a Pulse workflow. Specify node type, configuration, and connection points to extend the workflow.
Instructions
Add node. Returns: {node_id}. Use get_node_schema first for config format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | Yes | ||
| title | No | ||
| config | No | ||
| position | No | ||
| after_node_id | No | Connect from this node | |
| source_handle | No | source | |
| target_handle | No | target |