Skip to main content

Overview

At its core, n8n is a visual workflow automation tool where you connect nodes (apps, APIs, logic blocks) into pipelines. The Zite n8n integration acts like a structured database layer, letting you read, create, and update database records as part of multi-step automations. You can trigger workflows from database events, transform data, and sync it across other tools.

How it works

1

Create a workflow

From the n8n dashboard, click + on the upper left corner followed by Workflow, then choose where to create it (e.g., Personal).Screenshot 2026 03 24 At 4 55 06 PM
2

Install Zite

Click + to open the nodes panel. Search for Zite Database.Screenshot 2026 03 24 At 5 00 34 PMThen, Install nodeScreenshot 2026 03 24 At 5 02 30 PM.
3

Set a trigger

You can use Zite in a trigger or action. For this example, we’ll trigger On new Zite event. Since this is your first Zite setup, Set up credential by pasting your API key from Zite.Screenshot 2026 03 24 At 5 03 23 PMThen, select your Base and Table.Screenshot 2026 03 24 At 5 07 01 PM
4

Add an action

Click + to choose the next app or service. Let’s Send a message to  Slack.Screenshot 2026 03 24 At 5 08 36 PMSelect the channel and fill in the other details as you see fit.Screenshot 2026 03 24 At 5 09 57 PMNow everytime a new record is created on Zite, a new message will be sent to Slack.
5

Test and publish

Click Execute workflow at the bottom to ensure everything’s working. Then, Publish on the upper right corner.

Trigger

Start a workflow when something happens in Zite:
TriggerDescription
On new eventFires when a new record is created in a table

Actions

Do something in Zite from another app:
ActionDescription
Get many recordsRetrieve a list of records from a table
Get record by IDRetrieve a record from a table
Get by record by field valueRetrieve a record by searching a field value
Create recordCreate a new record
Update recordUpdate an existing record
Delete recordDelete a record permanently
Get many tablesRetrieve a list of tables from a base
Get tableRetrieve a table by ID or name

Common use cases

  • New record alert: Send a Slack message when a new record is created
  • Form to database: Store form submissions from any platform in Zite
  • Project sync: Update project management boards like Asana and Trello from Zite
  • CRM update: Automatically create a Zite record when a new contact is added in your CRM
  • Event import: Import Google Calendar events into Zite records

Database Overview

Learn more about Zite Database.

Webhooks

Set up webhooks for real-time notifications.

API Reference

Use the Zite Database API.