Weavz
Census

Census

Manage Census/Fivetran Activations reverse ETL syncs, sources, destinations, and sync runs.

13 tools
1 trigger

Tools

Name
list_sources

List Census/Fivetran Activations sources.

get_source

Fetch a Census/Fivetran Activations source.

list_destinations

List Census/Fivetran Activations destinations.

get_destination

Fetch a Census/Fivetran Activations destination.

list_destination_types

List destination connector types available in the workspace.

list_syncs

List Census/Fivetran Activations syncs.

get_sync

Fetch a Census/Fivetran Activations sync.

trigger_sync

Trigger a Census/Fivetran Activations sync.

list_sync_runs

List runs for a Census/Fivetran Activations sync.

get_sync_run

Fetch a Census/Fivetran Activations sync run.

cancel_sync_run

Cancel a running Census/Fivetran Activations sync run.

get_sync_run_records_count

Fetch record counts for a Census/Fivetran Activations sync run.

custom_api_call

Call a Census/Fivetran Activations workspace API endpoint under /api/v1.

Triggers

Name
sync_run_changed

Triggers when the latest Census/Fivetran Activations sync run changes for a sync.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Census 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 Census support?

Census supports 13 tools including List Sources, Get Source, List Destinations, Get Destination, List Destination Types, and more.

Can I use Census with AI agents?

Yes. Add Census 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 Census be used in stateful agent workflows?

Yes. Agents can combine Census 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 Census use?

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

How much does the Census integration cost?

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

What triggers does Census support?

Census supports 1 triggers including Sync Run Changed.

Connect Census in minutes

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