create_order_connection
Start adding a standalone order connection for a channel from list_order_channels. IMPORTANT: the assistant NEVER handles connection credentials — this does NOT create or authenticate the connection itself; it returns a Koongo UI link where the USER enters the API key or completes the OAuth login in the browser. Returns {action:'create', status, authType ('oauth'|'api_key'), authUrl, upsellUrl, message, costImpact:{willIncrease, amount, currency, interval, note}|null}: status 'auth_required' with the authUrl to open, or 'rejected' if the channel does not support order connections. COST: when costImpact.willIncrease is true, adding this connection RAISES the monthly bill (e.g. +10 EUR/month, billed at cycle end) — TELL the user the amount and get their confirmation BEFORE opening the link. Adding a connection may instead require a plan upgrade when the order-connection limit is reached (upsellUrl set). After the user finishes authentication the new connection appears in get_order_overview — then verify it with test_order_connection and set it up with configure_order_connection. channel_api_code is from list_order_channels. project_id is OPTIONAL (project_id_required otherwise — then call list_projects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| channel_api_code | Yes | channelApiCode of the channel to add (from list_order_channels). |