Destinations

The destination of data in your integration data stream.

Overview

The destination is the configuration that our stream needs to send the information to the destination System. The primary fields are

Destination List View

The default page that is shown when clicking on the "Destinations" link from the left navigation is the destination list page. On this page you can view all of the existing destinations of data that you have setup in HighCohesion. Towards the right hand side of each existing row are actions for viewing, editing and deleting existing entries.

Please note that a destination cannot be deleted it if is attached to a stream, the destination will need to be removed from the stream first or stream deleted all together.

Creating a Destination

  1. From the control panel, go to the Destination section.

  2. At the top right hand side of the page, press the button that says Create Destination.

  3. This will then load the new Destination form. On this form complete the following options:

    1. Title - Give the Key a title that is relative to the destination, for example: "Shopify POST Shipments" or "GBP Store Shipments" etc.

    2. System - This is a drown down list of the systems available in the High Cohesion system. Please select from this list the system that the credentials are for. When you select a system from this list, the page will automatically load available functions in the Destination Function box below.

    3. Destination Function - This is a dropdown list of the functions available in the System that you have selected in step 2. Please select from this list the functions that you would like to consume the data in for this destination config.

    4. Key - The key field is a dropdown list of the keys that have already been setup in your account. Please select the key that is relative to the system and environment that you want to send data to.

    5. Trigger - There are three options available here to control how the destination is triggered while the data stream is in use:

      1. Aggregate -

      2. Real Time -

      3. Scheduled -

    6. Trigger Options - This is an options box for the trigger above, please follow the guidelines below depending on the trigger selected above:

      1. Scheduled - Enter a valid CRON expression for when the destination trigger should be ran. See here for help generating a valid CRON expression: https://crontab.guru/

    7. Settings - This box is for adding any additional settings or config for the destination. Settings in this box should follow the basic TOML formatting. (https://github.com/toml-lang/toml)

  4. Once the settings have been added, press the save button at the bottom left of the page.

  5. The new destination will now be securely saved and available to use in the system.

Deleting a Destination

A destination can be deleted from either the list page by clicking on the bin icon, or from the single view page, also by the bin icon.

Please note that a destination cannot be deleted it if is attached to a stream, the destination will need to be removed from the stream first or stream deleted all together.

Last updated