create_connection
Create a new Fivetran connection (connector) in a destination group by providing service type and configuration. Use get_connector_metadata to find available types.
Instructions
Create a new Fivetran connection (connector). Use get_connector_metadata to discover available connector types and their required config. Returns compact confirmation by default — set verbose=true for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Connector-specific configuration object | |
| paused | No | Create in paused state (default false) | |
| service | Yes | Connector type (e.g., 'google_sheets', 'postgres', 'salesforce') | |
| verbose | No | Return full API response instead of compact summary (default false) | |
| group_id | Yes | Group (destination) to create the connection in | |
| trust_certificates | No | Auto-trust certificates | |
| trust_fingerprints | No | Auto-trust fingerprints |