create_connector
Create connectors to link nodes or positions in FigJam diagrams. Connect stickies, shapes, or arbitrary points with arrows or lines, and customize line style, arrowheads, color, and thickness.
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 | |
| parentId | No | Parent node ID. REQUIRED — server enforces this. Use page node ID for top-level elements. Get page IDs via get_pages tool. |