> ## 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 Relay.app

> Automate workflows by connecting your Zite database tables to other apps with Relay.app.

## Overview

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

<Tip>
  Relay.app offers human-in-the-loop functionality, allowing you to add manual approval or review steps in your automations.
</Tip>

## How it works

<Steps>
  <Step title="Connect Zite to Relay.app">
    Create a free [Relay.app account](https://www.relay.app). Click `Apps` followed by `Manage apps`.

    <img src="https://mintcdn.com/zite/KQ8qGBqeQVB6pPOl/help/images/RelayintegrationZite.png?fit=max&auto=format&n=KQ8qGBqeQVB6pPOl&q=85&s=4a3e26ca9e5bb3dc135e0477a7282d20" alt="Relay Integration Zite" width="2622" height="752" data-path="help/images/RelayintegrationZite.png" />

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

  <Step title="Create a workflow">
    On the upper left side, click `+ New workflow`. You can select Zite as the trigger or use it in succeeding steps. For example, let's record web visitors who book a Zoom demo as leads in our Zite database.

    First, `+ Add trigger`. Let's click `Zoom`, followed by `Meeting scheduled`.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-20at2.36.45PMcopy.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=5f6f6a2957e9c068ce600dece0129865" alt="Screenshot 2026 01 20 At 2 36 45 PM Copy" width="2622" height="1398" data-path="help/images/Screenshot2026-01-20at2.36.45PMcopy.png" />

    Now, let's `+ Add step`. Here, we'll choose `Zite` and `Add record to table`.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-20at3.06.06PM.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=0527b1eb0ae63e11939059364bfeda65" alt="Screenshot 2026 01 20 At 3 06 06 PM" width="2622" height="1398" data-path="help/images/Screenshot2026-01-20at3.06.06PM.png" />
  </Step>

  <Step title="Select your Database and Table">
    Choose the Zite **Database** and **Table** you want to connect. Add and map **Fields to populate**. In our example, we'll auto-populate the email and meeting date columns in our database for every new meeeting.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-20at3.29.38PM.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=5173007e31d55eb803a49bed07de39b9" alt="Screenshot 2026 01 20 At 3 29 38 PM" width="2622" height="1398" data-path="help/images/Screenshot2026-01-20at3.29.38PM.png" />
  </Step>

  <Step title="Turn on your workflow">
    `Start a test run` first. When everything's working as intended, turn it `On`.

    <img src="https://mintcdn.com/zite/gF_N3ByhVWhGiZlx/help/images/Screenshot2026-01-20at3.38.07PM.png?fit=max&auto=format&n=gF_N3ByhVWhGiZlx&q=85&s=c6cab7109bef890ed72d1a2184d4b8ac" alt="Screenshot 2026 01 20 At 3 38 07 PM" title="Screenshot 2026 01 20 At 3 38 07 PM" style={{ width:"53%" }} width="1200" height="753" data-path="help/images/Screenshot2026-01-20at3.38.07PM.png" />
  </Step>
</Steps>

## Triggers

Start a workflow when something happens in Zite:

| Trigger                           | Description                                            |
| --------------------------------- | ------------------------------------------------------ |
| **New record added**              | Fires when a new record is created in a table          |
| **Record changed**                | Fires when an existing record is updated               |
| **Record first meets conditions** | Fires when a record first matches specified conditions |

<Info>
  All triggers fire in real-time—no polling delays.
</Info>

## Steps

Do something in Zite from another app:

| Action                      | Description                                      |
| --------------------------- | ------------------------------------------------ |
| **Add record to table**     | Creates a new record in a table                  |
| **Update record**           | Updates an existing record                       |
| **Create or update record** | Creates a new record or updates an existing one  |
| **Find record(s)**          | Searches for records matching specified criteria |

## 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 Google Sheets for backup

Need inspiration? See everything that's possible with [Zite and Relay.app](https://www.relay.app/apps/zite/integrations).

<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>
