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

# Connect Zite Database to Zapier

> Automate workflows by connecting your Zite database tables to thousands of apps with Zapier.

## Overview

The [Zite Zapier integration](https://zapier.com/apps/zite/integrations) lets you connect your Zite databases and tables to thousands of other apps. You can automate workflows by triggering actions when data changes in Zite, or push data into Zite from other applications.

<Note>
  The integration uses OAuth 2.0—you'll be prompted to log in to your Fillout/Zite account and authorize Zapier to access your databases.
</Note>

## How it works

<Steps>
  <Step title="Connect Zite to Zapier">
    Sign up or log in to your [Zapier account](https://zapier.com/sign-up). Hover over the left-hand panel and click `App Connections` followed by `+ Add connection`.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-16at8.11.36PM.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=c67a5199949e2a391381e0e80d6c43d6" alt="Screenshot 2026 01 16 At 8 11 36 PM" width="2628" height="1392" data-path="help/images/Screenshot2026-01-16at8.11.36PM.png" />

    Then, search for **Zite**.
  </Step>

  <Step title="Create a Zap">
    Use a pre-made Zap or create your own. Hover over the left-hand panel, and click `+ Create` followed by `Zaps`. Select Zite as the trigger or action app.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-16at8.13.12PM-1.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=584dc5dffbde9a32fe2d7833e7fe7fc7" alt="Screenshot 2026 01 16 At 8 13 12 PM" title="Screenshot 2026 01 16 At 8 13 12 PM" style={{ width:"22%" }} width="507" height="1064" data-path="help/images/Screenshot2026-01-16at8.13.12PM-1.png" />

    For example, we can create a workflow where leads who schedule a `New event` on our Google Calendar get added to our Zite database.`Google Calendar` is the **trigger**.

    <img src="https://mintcdn.com/zite/iguXXMxNAqjCcaY0/help/images/image-2.png?fit=max&auto=format&n=iguXXMxNAqjCcaY0&q=85&s=7de9005afb3e9aa202067c6348577593" alt="Image" title="Image" style={{ width:"73%" }} width="1692" height="1158" data-path="help/images/image-2.png" />

    For each new event, our **action app**, `Zite` will create a `New record` in the database.
  </Step>

  <Step title="Select your Database and Table">
    Choose the **Base** and **Table** you want to connect.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-16at8.34.36PM.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=7e898c31b8d8695c90e40cfbbb509079" alt="Screenshot 2026 01 16 At 8 34 36 PM" width="1701" height="813" data-path="help/images/Screenshot2026-01-16at8.34.36PM.png" />

    Zapier will dynamically show all the fields (e.g., name and notes) from your selected table. Map these to the fields from your trigger app.
  </Step>

  <Step title="Test and publish">
    Click `Test run` on the upper right corner to make sure everything's working, then `Publish` your Zap.
  </Step>
</Steps>

## Triggers

Start a Zap when something happens in Zite:

| Trigger            | Description                                     |
| ------------------ | ----------------------------------------------- |
| **New Record**     | Fires when a new record is created in a table   |
| **Updated Record** | Fires when an existing record is updated        |
| **Deleted Record** | Fires when a record is deleted from a table     |
| **New Table**      | Fires when a new table is created in a database |
| **New Field**      | Fires when a new field is added to a table      |

<Info>
  All triggers use webhooks for instant, real-time triggering—no polling delays.
</Info>

## Actions

Do something in Zite from another app:

| Action            | Description                                                         |
| ----------------- | ------------------------------------------------------------------- |
| **Create Record** | Creates a new record in a table                                     |
| **Update Record** | Updates an existing record (only provide fields you want to update) |
| **Delete Record** | Deletes a record from a table                                       |
| **Create Table**  | Creates a new table in a database                                   |
| **Create Field**  | Creates a new field in a table                                      |

## Searches

Find data in Zite to use in your Zaps:

| Search          | Description                                       |
| --------------- | ------------------------------------------------- |
| **Find Record** | Finds a record by exact field value match         |
| **Find Table**  | Finds a table by name (partial, case-insensitive) |
| **Find Field**  | Finds a field by name (partial, case-insensitive) |

<Tip>
  Use "Find Record" as a search step, then conditionally create a new record only if one doesn't exist.
</Tip>

## Common use cases

* **New record notification:** Get a Slack message when a new record is added
* **CRM sync:** Automatically create a Zite record when a new contact is added in your CRM
* **Form to database:** Store form submissions from any platform in Zite
* **Email automation:** Send an email when a record field reaches a certain status
* **Spreadsheet backup:** Copy new Zite records to a Google Sheet for backup

<p className="zite-related-topics-heading">Related topics</p>

<div className="zite-related-topics">
  <a href="/help/database/overview">Database Overview</a>
  <a href="/help/database/api/webhooks">Webhooks</a>
  <a href="/help/database/api/database-api">API Reference</a>
</div>
