Create Connections
create_connectionDraw connector lines between nodes in Figma, or set a default connector template for future connections.
Instructions
Create connector lines between nodes, or set/check the default connector template. Pass connectorId to set a default, connections to draw lines, or nothing to check the current default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectorId | No | Optional: The ID of the connector node to set as default template | |
| connections | No | Optional: Array of node connections to create |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the connection command succeeded | |
| message | No | Status message | |
| defaultConnectorId | No | The ID of the default connector style | |
| results | No | Execution details |