Connect a Connector
connect_connectorInitiate authentication flow for a connector.
For OAuth2 connectors, returns an authorization URL. For API key connectors, stores the provided key. For webhook connectors, registers the webhook URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | API key (for api_key auth strategy connectors) | |
| botToken | No | Bot token (for bot_token auth strategy connectors like Telegram, Discord) | |
| webhookUrl | No | Webhook URL (for webhook auth strategy connectors) | |
| connectorId | Yes | Connector ID to connect |