> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Hightouch

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

Paradime integrates with Hightouch to trigger a sync as soon as a Paradime Bolt schedule completes.

This ensure your Hightouch syncs are triggered as soon as fresh data is available after running your dbt™️ models in production.

<Info>
  To create API keys in Hightouch, you will need have **Admin** access. See also the Hightouch docs [here](https://hightouch.com/docs/developer-tools/api-guide#overview).
</Info>

## Generate an API key

<Warning>
  API keys in Hightouch are generated at a workspace level. Make sure to create the API key for the workspace you want to connect to Paradime.
</Warning>

1. From the [API keys](https://app.hightouch.com/settings/api-keys) tab on the Settings page, select Add API key.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/VA9BDQ6XklSoCs4-/images/image-9-1-1-1-1-1-1.png?fit=max&auto=format&n=VA9BDQ6XklSoCs4-&q=85&s=2c955ffe806d5bf01e2bc7238360fcb7" alt="" width="1340" height="548" data-path="images/image-9-1-1-1-1-1-1.png" />
</Frame>

2. Enter a descriptive Name for your key. Copy your API key and store it in a safe location. The key will only be displayed once. Click Create API key.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/23xsmlzJX7HkBIVS/images/image-45-1.png?fit=max&auto=format&n=23xsmlzJX7HkBIVS&q=85&s=25efe09a4b13879bc45abaf94b7f057c" alt="" width="587" height="398" data-path="images/image-45-1.png" />
</Frame>

## Connect the Hightouch Integration

The Hightouch integration can be connected by a Paradime **Admin user**. To enable the integration, in Paradime navigate to your *Account Settings > Integrations*, find the Hightouch integration and click *Connect*.

1. Add the API Key for your Hightouch account
2. Click on Test Connection to validate that Paradime can connect to Hightouch and start importing Metadata from your Connectors.

<Arcade src="https://demo.arcade.software/RLI21TMFHL2gAmDDzmn6?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Hightouch" />

Now that the integration is connected, you can trigger syncs after a Paradime Schedule completes.


## Related topics

- [Trigger Hightouch Syncs](/products/bolt/creating-schedules/templates/reverse-etl-templates/trigger-hightouch-syncs.md)
- [Trigger Hightouch Sequence Sync](/products/bolt/creating-schedules/templates/reverse-etl-templates/trigger-hightouch-sequence-sync.md)
- [Integration errors](/get-help/error-list/integration-errors.md)
- [Reverse ETL Templates](/products/bolt/creating-schedules/templates/reverse-etl-templates/index.md)
- [Workspaces and data mesh](/guides/paradime-fundamentals/workspaces-and-data-mesh.md)
