Overview
Zite Automations are workflows that run without someone manually clicking a button. Use them when your app needs to react to time, react to events from other tools, or keep data moving between your app, Zite Database, and the rest of your stack. There are two built-in automation options:| Automation type | What starts it | Best for |
|---|---|---|
| Scheduled workflows | A one-time or recurring schedule. | Reports, reminders, follow-ups, cleanup jobs, and other time-based tasks. |
| Webhooks | An event sent from another app or service. | Payments, form submissions, support tickets, status updates, and other external events. |
Scheduled workflows
Scheduled workflows run at a future time or on a recurring cadence. You can create schedules while building an app, or build in-app actions that let users create their own reminders and follow-ups. Use scheduled workflows when the trigger is based on time:- send a weekly summary of open support tickets
- email a monthly operations report
- remind a user to follow up with a lead in three days
- clean up stale records on a recurring schedule

Scheduled workflows are a Business plan feature. Existing schedules keep running if you downgrade, but you need to upgrade again before creating new schedules.
Webhooks
Webhooks run when another app sends an event to Zite. Zite gives you a webhook URL, you paste it into the source app, and incoming events trigger a workflow with the event payload. Use webhooks when the trigger happens outside Zite:- save Stripe payment events to a Zite Database
- create a task when a form submission arrives
- notify a team when a third-party status changes
- update an app dashboard from another system

Webhooks are available on all plans.
Which option should you use?
Choose the option based on what should start the workflow.| If you want to… | Use |
|---|---|
| Run something every day, week, month, or at a specific future time. | Scheduled workflows |
| Let app users create personal reminders or follow-ups. | Scheduled workflows |
| React when another service sends an event. | Webhooks |
| Capture structured data from a payment provider, form tool, CRM, or support system. | Webhooks |
Manage automation runs
Scheduled workflows and webhooks both appear inWorkflows, where you can review the workflow logic and check past runs in History.
Use run history to confirm:
- whether the automation fired
- whether the workflow succeeded
- what trigger started the run
- which database, integration, or notification steps ran

Next steps
Read the detailed guides when you are ready to set up a specific automation:Scheduled Workflows
Create one-time and recurring workflows that run on a schedule.
Webhooks
Trigger workflows from events sent by another app or service.