> ## 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.

# Sync Hightouch

> Add a Sync Hightouch command to a Paradime Bolt schedule to trigger Hightouch reverse-ETL syncs from the Paradime CLI after your dbt™ models refresh.

Trigger one or more Hightouch reverse-ETL syncs from a Bolt schedule to push modeled data to your downstream tools.

## Prerequisites

* Hightouch connected as a [workspace integration](/integrations/hightouch). Credentials are taken from that integration.

## Usage

Add the **Sync Hightouch** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime Hightouch CLI](/developers/paradime-cli/hightouch-cli):

```bash theme={"system"}
paradime run hightouch-sync --sync-ids=123,456
```

Add `--full-resync` to force a full re-sync.

## Learn more

See the [Paradime Hightouch CLI](/developers/paradime-cli/hightouch-cli) for the full command and flag reference.


## Related topics

- [Hightouch CLI](/developers/paradime-cli/hightouch-cli.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [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)
- [Hightouch](/integrations/hightouch.md)
