Create an account connection link
create_connect_linkGenerate a single-use OAuth link, valid 15 minutes, so the user can connect a social network account by authorizing it in their browser.
Instructions
Connecting a social account CANNOT be done by you: it is an OAuth flow with a person clicking 'authorize' on the network's own screen. This tool returns a single-use link that expires in fifteen minutes — give it to the user and ask them to open it in their browser. Do not claim an account is connected until list_accounts shows it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| social_network | No | The network to connect. It travels inside the token, so the link only works for this one. | |
| id_organization | No | The PlanVortex organization id. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| expires_at | Yes |