connect_connector
ActiveTool of SendIt
declared in 0.1.0
Initiate 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.
Parameters schema
{
"type": "object",
"required": [
"connectorId"
],
"properties": {
"apiKey": {
"type": "string",
"description": "API key (for api_key auth strategy connectors)"
},
"botToken": {
"type": "string",
"description": "Bot token (for bot_token auth strategy connectors like Telegram, Discord)"
},
"webhookUrl": {
"type": "string",
"description": "Webhook URL (for webhook auth strategy connectors)"
},
"connectorId": {
"type": "string",
"description": "Connector ID to connect"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries