create_connector
Create a connector arrow or line in FigJam. Link two nodes by ID or connect canvas positions to draw flow arrows between stickies and shapes.
Instructions
Create a connector (arrow or line) in FigJam. Connectors can link two existing nodes by ID, or connect arbitrary canvas positions. Use this to draw flow arrows between stickies, shapes, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startNodeId | No | ID of the node where the connector starts (omit to use startX/startY) | |
| startX | No | X position of the connector start point (used when startNodeId is not provided) | |
| startY | No | Y position of the connector start point (used when startNodeId is not provided) | |
| endNodeId | No | ID of the node where the connector ends (omit to use endX/endY) | |
| endX | No | X position of the connector end point (used when endNodeId is not provided) | |
| endY | No | Y position of the connector end point (used when endNodeId is not provided) | |
| connectorLineType | No | Line routing style (default: ELBOWED) | |
| startStrokeCap | No | Arrowhead at the start (default: NONE) | |
| endStrokeCap | No | Arrowhead at the end (default: ARROW) | |
| strokeColor | No | Stroke color in RGBA format | |
| strokeWeight | No | Stroke weight / line thickness | |
| name | No | Optional name for the connector node |