create_connection
Create a new connection within a Fivetran group, run setup tests, and retrieve testing results. Ensure to include the destination_schema_names field to prevent disruptions.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Creates a new connection within a specified group in your Fivetran account. Runs setup tests and returns testing results. > IMPORTANT: The destination_schema_names field will soon become a required field. Make sure to include it in your API requests when creating new connections to prevent future disruptions. > IMPORTANT: If you want to get the fingerprint details, do not set trust_fingerprints to true when you create a connection with our REST API. We can only provide the fingerprint details through the failed SSH Tunnel Connection setup test. For a full walkthrough, see Get Connection Fingerprint Details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/create_connection.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. |