Weavz
Hightouch

Hightouch

Manage Hightouch reverse ETL sources, models, destinations, syncs, and sync run monitoring.

11 tools
1 trigger

Tools

Name
list_sources

List Hightouch sources.

get_source

Get a Hightouch source by ID.

list_models

List Hightouch models.

get_model

Get a Hightouch model by ID.

list_destinations

List Hightouch destinations.

get_destination

Get a Hightouch destination by ID.

list_syncs

List Hightouch syncs.

get_sync

Get a Hightouch sync by ID or slug.

trigger_sync

Trigger a Hightouch sync by ID or slug.

list_sync_runs

List recent runs for a Hightouch sync.

custom_api_call

Call a Hightouch REST API endpoint under /api/v1.

Triggers

Name
sync_run_changed

Triggers when the latest run for a Hightouch sync changes status.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('hightouch', 'list_sources', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'hightouch',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Hightouch to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Hightouch support?

Hightouch supports 11 tools including List Sources, Get Source, List Models, Get Model, List Destinations, and more.

Can I use Hightouch with AI agents?

Yes. Add Hightouch to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Hightouch be used in stateful agent workflows?

Yes. Agents can combine Hightouch tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Hightouch use?

Hightouch uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Hightouch integration cost?

The Hightouch integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Hightouch support?

Hightouch supports 1 triggers including Sync Run Changed.

Connect Hightouch in minutes

Get 20,000 free action executions every month. No credit card required.