Connect App
connect-appConnect to SaaS integrations by providing an API key or completing OAuth authorization. For OAuth, receive a URL to finish the connection.
Instructions
Connect to an integration/app. For API key integrations, provide the API key directly. For OAuth integrations, this will return an authorization URL for the user to complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | API key for the integration (required for API key auth type) | |
| scopes | No | OAuth scopes to request (for OAuth integrations) | |
| integration | Yes | Integration ID or slug to connect (e.g., "slack", "github") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| authUrl | No | ||
| message | Yes | ||
| connectionId | No |