create_destination
Creates a new destination in a specified Fivetran group. Requires an existing group ID and a request body with destination configuration.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Creates a new destination within a specified group in your Fivetran account. > IMPORTANT: Groups and destinations are mapped 1:1 to each other. We do this mapping using the group's id value that we automatically generate when you create a group, and the destination's group_id value that you specify when you create a destination. This means that you must create a group in your Fivetran account before you can create a destination in it. > IMPORTANT: If you want to get the certificate details, do not set trust_certificates to true when you create a destination with our REST API. We can only provide the certificate details through the failed Validate Certificate setup test. For a full walkthrough, see Get Destination Certificate Details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/destinations/create_destination.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. |