Create an account connection link
create_connect_linkGenerate a single-use authorization link for connecting a social network account. The link expires in 15 minutes and must be opened by the user in their browser to complete OAuth.
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 |