> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger Census Syncs

> Automatically trigger Census syncs after successful dbt jobs

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

Learn how to automatically trigger Census syncs when your dbt™ runs complete successfully in Bolt. This integration helps data teams maintain synchronized data by sending fresh data to operational tools immediately after successful pipeline runs.

### What You'll Get

When a run succeeds, Bolt automatically triggers your Census sync:

* Census receives the webhook
* Sync process begins immediately
* Fresh data flows to your operational tools

<Frame>
  <img src="https://mintcdn.com/paradime-docs/KJcB9NhKTmxLMoZP/images/image-135.png?fit=max&auto=format&n=KJcB9NhKTmxLMoZP&q=85&s=647b4a6a455a243b03eb1810efc46b2b" alt="" width="1587" height="650" data-path="images/image-135.png" />
</Frame>

<Check>
  **Key Benefits for Data Teams**

  * Automatic Census sync triggering after successful Bolt runs
  * Real-time data synchronization with operational tools
  * Streamlined workflow between dbt™ pipelines and data syncs
  * Faster time-to-value for fresh data
</Check>

<Warning>
  **Prerequisites for Census Integration**

  * Existing [Bolt schedule](https://app.paradime.io/bolt)
  * Census account with configured syncs
  * Census Sync Trigger API URL
</Warning>

***

### Setup Guide

Set up Census sync triggering for successful runs. Follow the steps below, and watch our [interactive tutorial](/products/bolt/creating-schedules/templates/reverse-etl-templates/trigger-census-syncs#step-3-test-the-integration).

#### Step 1: Get Your Census Sync URL

1. Open [Census](https://app.getcensus.com/) and navigate to your syncs
2. Find and select the sync you want to trigger
3. In the Sync Trigger section, copy the API URL

<Frame>
  <img src="https://mintcdn.com/paradime-docs/KJcB9NhKTmxLMoZP/images/image-133.png?fit=max&auto=format&n=KJcB9NhKTmxLMoZP&q=85&s=ee63e5e528ad37db284ddb9291e46902" alt="" width="1369" height="376" data-path="images/image-133.png" />
</Frame>

#### Step 2: Configure the Webhook

1. From the [Bolt](https://app.paradime.io/bolt) home screen, go to [Templates](https://app.paradime.io/bolt/templates)
2. Click **Reverse ETL** and use the "Trigger Census Sync" template
3. Enter your Census Sync URL.

```title="Example Sync URL: " theme={"system"}
https://bearer:secret-token%3AqhvcTdAX5tLV3J4JLUAVigdD@app.getcensus.com/api/v1/syncs/2511163/trigger
```

4. Click "Connect"

<Frame>
  <img src="https://mintcdn.com/paradime-docs/KJcB9NhKTmxLMoZP/images/image-134.png?fit=max&auto=format&n=KJcB9NhKTmxLMoZP&q=85&s=c20505412e58e35e047673ee484104b0" alt="" width="1027" height="352" data-path="images/image-134.png" />
</Frame>

#### Step 3: Test the Integration

1. [Run a Bolt schedule manually](/products/bolt/managing-schedules/schedule-configurations#trigger-a-run-manually) (the webhook triggers only on successful runs)
2. After the run succeeds:
   * From the Bolt homescreen, go to [Webhooks](https://app.paradime.io/bolt/webhook)
   * Select your Census Sync Webhook
   * Check the Endpoints tab to verify the webhook triggered

<Arcade src="https://demo.arcade.software/GO03VluDBzWM7RtFjk8i?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Trigger Census Syncs" />


## Related topics

- [Reverse ETL Templates](/products/bolt/creating-schedules/templates/reverse-etl-templates/index.md)
- [Trigger Hightouch Syncs](/products/bolt/creating-schedules/templates/reverse-etl-templates/trigger-hightouch-syncs.md)
- [Trigger Hightouch Sequence Sync](/products/bolt/creating-schedules/templates/reverse-etl-templates/trigger-hightouch-sequence-sync.md)
- [Fivetran CLI](/developers/paradime-cli/fivetran-cli.md)
- [Airbyte CLI](/developers/paradime-cli/airbyte-cli.md)
