connect_account
Start connecting a new social account. For OAuth providers this returns an authorizeUrl the user must open in a browser. Telegram requires botToken and chatId; Discord requires webhookUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | Telegram chat target, e.g. @yourchannel (telegram only). | |
| botToken | No | Telegram bot token (telegram only). | |
| provider | Yes | Provider to connect. | |
| webhookUrl | No | Discord channel webhook URL (discord only). |