Docs about Docs logo Docs about Docs

Templates used:
Release checklists:

Note: This is required for launch. Only brand new destinations should need to complete all the steps listed here.

Every new destination added to Stitch has a corresponding destination form property for the Connect API.


Step 1: Save a copy of the destination form property template

  1. Locate the template for the destination: _templates/connect/destination-form-property.md
  2. Save a copy into this folder: _developer-files/connect/api/objects/form-properties/destinations

    The file name should follow this convention: [destination-name]-object.md.

    For example: Amazon Redshift would have a file named amazon-redshift-object.md.


Step 2: Find/replace

  1. In the copy of the template, do a case-sensitive find/replace on DESTINATION-NAME, replacing it with the display name of the destination. The display name is how the provider spells/displays their name.

    For example: If the name of the destination is Amazon Redshift or Snowflake, you would find/replace DESTINATION-NAME with Amazon Redshift or Snowflake.

  2. Next, perform a case-sensitive find/replace on destination-name, replacing it with the key name of the destination. It cannot contain anything but alphanumerical characters and dashes (-).

    For example: If the display name of the destination is Amazon Redshift or Snowflake, you would find/replace destination-name with amazon-redshift and snowflake.


Step 3: Fill out the template

Fill out the template, using the Destination form property template reference as a guide.


Step 4: Refer to your release checklist

If you’re working on a release, refer to the release checklist you’re using to wrap up the remaining steps for launch:


Back to top

Last updated: 28 July 2021