Tools
| Name | Description |
|---|---|
list_sourcesList Census/Fivetran Activations sources. | List Census/Fivetran Activations sources. |
get_sourceFetch a Census/Fivetran Activations source. | Fetch a Census/Fivetran Activations source. |
list_destinationsList Census/Fivetran Activations destinations. | List Census/Fivetran Activations destinations. |
get_destinationFetch a Census/Fivetran Activations destination. | Fetch a Census/Fivetran Activations destination. |
list_destination_typesList destination connector types available in the workspace. | List destination connector types available in the workspace. |
list_syncsList Census/Fivetran Activations syncs. | List Census/Fivetran Activations syncs. |
get_syncFetch a Census/Fivetran Activations sync. | Fetch a Census/Fivetran Activations sync. |
trigger_syncTrigger a Census/Fivetran Activations sync. | Trigger a Census/Fivetran Activations sync. |
list_sync_runsList runs for a Census/Fivetran Activations sync. | List runs for a Census/Fivetran Activations sync. |
get_sync_runFetch a Census/Fivetran Activations sync run. | Fetch a Census/Fivetran Activations sync run. |
cancel_sync_runCancel a running Census/Fivetran Activations sync run. | Cancel a running Census/Fivetran Activations sync run. |
get_sync_run_records_countFetch record counts for a Census/Fivetran Activations sync run. | Fetch record counts for a Census/Fivetran Activations sync run. |
custom_api_callCall a Census/Fivetran Activations workspace API endpoint under /api/v1. | Call a Census/Fivetran Activations workspace API endpoint under /api/v1. |
Triggers
| Name | Description |
|---|---|
sync_run_changedTriggers when the latest Census/Fivetran Activations sync run changes for a sync. | Triggers when the latest Census/Fivetran Activations sync run changes for a sync. |
Quick Start
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.