# 7 automations every agency should set up in Zinx OS

> Seven no-code automations that put your agency's busywork on autopilot, from new-lead alerts to auto-drafted invoices, all running on the same data and permissions as the rest of your workspace.

By The Zinx OS Team on 2026-06-14.

Most of the work that drains an agency is not the client work. It is the handoffs: the lead that sits unanswered because nobody pinged the team, the invoice that never goes out because the project quietly finished, the status update someone has to write every Monday. None of it is hard. All of it is repetitive.

Zinx OS automations turn those handoffs into rules. An automation is one trigger plus a chain of actions, built on a visual canvas. When the trigger fires, the actions run, in order, with the owner's permissions, so an automation can never do something its owner could not do by hand. You can test the whole flow before it goes live, and a test run does the reads and permission checks but never writes or sends anything.

Here are seven worth setting up the first week. Each one takes a couple of minutes.

## 1. New lead, instant alert

**Trigger:** CRM lead created. **Actions:** Send a notification to the team, post a message to your `#sales` channel.

Speed-to-lead is the whole game. The moment a lead lands in your CRM, this drops a note in chat with the lead's name and email so someone picks it up while it is still warm, instead of finding it the next morning.

## 2. Won deals become projects automatically

**Trigger:** CRM lead moved stage (filtered to your "Won" stage). **Actions:** Create a project, create a kickoff task on its board.

When a lead hits "Won," you almost always do the same thing: spin up a project and a kickoff checklist. Let the automation do it, with the new client's name already filled in from the trigger using a variable like `{{ trigger.lead.name }}`.

## 3. Paid invoices, celebrated and closed out

**Trigger:** Invoice paid. **Actions:** Post to `#wins`, send a notification to the project lead.

Cash in the bank should be visible. This posts the invoice number to a wins channel and pings the lead so they know the engagement is settled, no spreadsheet reconciliation required.

## 4. Finished projects auto-draft their invoice

**Trigger:** Project completed. **Actions:** Create a draft invoice, notify whoever owns billing.

The most expensive automation gap in any agency is the invoice that never gets sent. When a project flips to completed, this opens a draft invoice for the client and tells your billing owner it is ready to review and send. You still have the final say; you just never forget.

## 5. Review-ready tasks notify the reviewer

**Trigger:** Kanban task moved (filtered to your "In review" column). **Actions:** Send a notification to the reviewer.

No more "is anything waiting on me?" pings in chat. The second a card lands in review, the reviewer hears about it, with the task title pulled straight from `{{ trigger.task.title }}`.

## 6. Website form to CRM, no Zapier required

**Trigger:** Inbound webhook. **Actions:** Create a CRM lead from the request body.

Point your marketing site's contact form at the automation's unique webhook URL and every submission becomes a lead, with the form fields available as `{{ trigger.body }}`. The endpoint is token-scoped and rate-limited, so it shrugs off bots, and you are not paying a third-party connector per submission.

## 7. The Monday kickoff that writes itself

**Trigger:** On a schedule (every week). **Actions:** Post a message to your team channel.

A simple recurring nudge: every Monday morning, drop a kickoff message in the team channel so the week starts the same way without anyone remembering to type it.

## Why these run better inside your OS

The reason these are reliable is that they are not glued together across five tools. The trigger, the data, and the action all live in the same workspace and obey the same permissions. There is nothing to sync, no schema to keep in lockstep, and no per-task bill that grows with your volume. When a lead becomes a client and the client gets a project, the automation is reading and writing the same records your team is already looking at.

Automations are included on every plan: 1 on Free to try the builder, 25 on Pro, 100 on Business, and unlimited on Scale. If you are still mapping out your stack, the [complete feature guide](/blogs/the-complete-zinx-os-feature-guide) walks through how projects, CRM, time, and invoicing connect, which is exactly what makes these automations possible.

Set up two or three of them this week. Start with the new-lead alert and the project-completed invoice draft, the two that pay for themselves fastest. [Start free](/sign-in) and build your first automation in the time it takes to read this post.
