Tools
connections_select
Turn picked destinations into publishable channels (validated against a live provider listing).
Turn picked destinations into publishable channels (validated against a live provider listing). Re-picking an existing destination refreshes it in place. This is the step that ends a connection and produces channels_list entries.
Input
| Field | Type | Required | Description |
|---|---|---|---|
organization | string | no | Organization slug to act in (see organizations_list). Optional: API keys are bound to one organization; OAuth connections default to your active organization. |
connect_id | string | yes | A COMPLETED connection id |
external_ids | array | yes | Destination external ids to connect as channels |
Result
JSON on success. A refusal comes back as an error prefixed with its code (NOT_FOUND, FORBIDDEN, TOO_MANY_REQUESTS, …) and a message written to be acted on — read it before retrying.
The same operation elsewhere
This tool and the REST operation connectionsSelect run the same guarded procedure the dashboard uses — same permissions, same validation, same tenant isolation.