Tools
| Name | Description |
|---|---|
list_sourcesList Hightouch sources. | List Hightouch sources. |
get_sourceGet a Hightouch source by ID. | Get a Hightouch source by ID. |
list_modelsList Hightouch models. | List Hightouch models. |
get_modelGet a Hightouch model by ID. | Get a Hightouch model by ID. |
list_destinationsList Hightouch destinations. | List Hightouch destinations. |
get_destinationGet a Hightouch destination by ID. | Get a Hightouch destination by ID. |
list_syncsList Hightouch syncs. | List Hightouch syncs. |
get_syncGet a Hightouch sync by ID or slug. | Get a Hightouch sync by ID or slug. |
trigger_syncTrigger a Hightouch sync by ID or slug. | Trigger a Hightouch sync by ID or slug. |
list_sync_runsList recent runs for a Hightouch sync. | List recent runs for a Hightouch sync. |
custom_api_callCall a Hightouch REST API endpoint under /api/v1. | Call a Hightouch REST API endpoint under /api/v1. |
Triggers
| Name | Description |
|---|---|
sync_run_changedTriggers when the latest run for a Hightouch sync changes status. | Triggers when the latest run for a Hightouch sync changes status. |
Quick Start
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.