Blueprints

Run a Hightouch sync to orchestrate a reverse ETL process

Source

yaml
id: hightouch-sync
namespace: company.team

tasks:
  - id: reverse_etl
    type: io.kestra.plugin.hightouch.Sync
    token: "{{ secret('HIGHTOUCH_API_TOKEN') }}"
    syncId: 1716609

About this blueprint

Data

This example runs a Hightouch sync. Make sure to add an API token (available in Settings > API key in the Hightouch UI) and the sync ID.

Sync

More Related Blueprints

New to Kestra?

Use blueprints to kickstart your first workflows.

Get started with Kestra