Loading tutorials…
Loading tutorials…
Monday automations are powerful and easy to over-wire. Most accounts past 100 active automations have 30-40% redundant or broken ones nobody notices. This walks the patterns that hold up at scale.
Who this is forOperators setting up their first automations, or teams whose automations have grown organically into a mess of overlapping recipes nobody documents. If you have ever asked 'why did this status change?' and could not answer, this tutorial is for you.
What you'll need
Step 1
Every automation = Trigger + Condition (optional) + Action. Recipes are pre-built combinations; Custom Automations let you build anything within these primitives.
Trigger = the event that starts the automation. Examples: "When status changes to X," "When a date arrives," "Every Monday at 9am," "When item is created."
Condition = an optional filter. Examples: "Only if owner is empty," "Only if Priority = High."
Action = what happens. Examples: "Notify person," "Move item to group," "Change status to Y," "Create item on another board," "Send email."
Recipes are pre-built Trigger+Action combos from the Automation Center. They cover ~80% of common patterns and are safer to use than custom (they handle edge cases for you).
Custom Automations are the IF/THEN builder. Use when no recipe matches your need. They are more error-prone but unlock cross-board flows and multi-step actions.
Step 2
Monday → Board → Automations icon (lightning bolt, top-right of board) → Browse automations. Start with proven recipes before building custom.
Open any board → click the Automations icon (lightning bolt) in the top-right.
"Add automation" → "Browse automations" opens the Automation Center with categories: Status Changes, Notifications, Recurring, Item Creation, Dependencies, Date, Cross-Board, Email, Integrations.
Start with these 5 high-value recipes for any sales/ops team: (a) "When status changes to Done, notify person," (b) "When date arrives, notify person," (c) "Every Monday at 9am, create item in group," (d) "When status changes to X, move item to group Y," (e) "When item is created, assign to person Y."
Add the recipe → configure the parameters (which status, which person, which group) → Save. Test by triggering the condition manually and confirming the action fires.
Step 3
Custom Automations = the IF/THEN builder. Use when recipes do not cover your case, such as multi-condition or multi-action flows.
Automation Center → Custom Automations → Create custom automation.
Pick a trigger. Common: "When a column changes," "When an item is created," "When a date arrives," "Every time period."
Optionally add a condition: AND/OR filters. Example: "When status changes AND priority = High AND owner is empty."
Add one or more actions. Multi-action examples: "Notify person AND change status AND move to group AND set date."
Save and label the automation clearly. Bad: "Untitled automation 4." Good: "[Deals] Notify AE when deal moves to Proposal stage."
Step 4
Cross-board automations create or update items on a different board when something happens on this one. Powerful, easy to wire wrong.
Common pattern: "When status on Deals board changes to Closed Won, create item on Onboarding board." This hands deals from Sales → CS automatically.
In Custom Automation: pick the trigger on Board A → action "Create item in board" → choose Board B → map fields from A to B.
Field mapping is the dangerous part. If Board A has "Deal Value" (Numbers) and Board B has "Account Value" (Text), the mapping will silently lose precision.
Always map keys (Account Name, Contact Email) AND the Connect Boards column itself so the new item is linked back to the source — without this, you cannot trace the parent record.
Test on one record. Verify the new item has every expected field populated. Verify the Connect Boards link works in both directions.
Step 5
The Integrations Center connects Monday to Slack, Gmail, Outlook, Zapier, Make, and 70+ other tools. Choose native over Zapier where possible.
Board → Integrations icon (next to Automations) → Browse integrations.
Key integrations to set up early: Slack (post item updates to channels), Gmail / Outlook (log emails to items, send emails from items), Google Calendar (sync dates), Microsoft Teams.
Each integration adds its own automation recipes: "When item created → post to Slack #sales," "When email received from X → create item."
Prefer native integrations over Zapier/Make. Native = faster, fewer failure points, included in your Monday plan. Zapier = more flexibility but $20-100/mo extra and adds latency.
Document every integration in the same registry as automations (next step). Integrations break silently when tokens expire; you need the registry to find them.
Step 6
A 1-page Monday Doc listing every automation across every board. This is what prevents the 100-automation mess.
Create a Monday Doc in your "Team Handbook" workspace called "Automation Registry."
Columns: Automation Name, Board, Trigger, Action, Owner (who is responsible for it), Date Created, Last Reviewed.
Document every non-trivial automation as you create it. Skip "notify me when status changes" but document every cross-board flow, every email-sending automation, and every recurring schedule.
Review quarterly. Disable automations that have not fired in 90 days. Reassign owners when people leave the team.
Without this registry, automations become tribal knowledge that breaks when 1-2 people leave. With it, the system is auditable.
Step 7
Account → Administration → Automations & Integrations → Activity. Shows what fired, what failed, and when.
Account → Administration → Automations & Integrations → Activity log.
Filter by board, automation, status (success / failure), date range. Failed automations show the reason — usually permissions, missing data, or external integration timeout.
Set a weekly habit: review failed automations every Friday. Fix or disable the recurring failures.
High-impact automations (sales handoffs, billing alerts, SLA timers) should have a backup human check until you trust the automation. The cost of a missed "Closed Won → notify CS" is real — a $20K deal that sits 2 weeks without onboarding outreach is a measurable churn risk.
Common mistakes
Building 50 automations with no naming convention
What goes wrong: Six months in, you have 'Untitled automation 1' through 'Untitled automation 47' across 12 boards. When something misfires, debugging takes hours. Average cost: 5-10 hrs/month of ops debugging worth $500-1,500/yr.
How to avoid: Name every automation: "[Board] [Action] when [Trigger]" — e.g., "[Deals] Notify CS when status = Closed Won." Audit and rename quarterly.
Cross-board automations with no Connect Boards link
What goes wrong: Deals → Onboarding handoff creates new items on Onboarding board, but the Connect Boards column is not mapped. You cannot trace 'which deal is this onboarding for?' and CS has to ask sales every time. ~10 hrs/month wasted per CS rep = $6-12K/yr.
How to avoid: In the automation, always map the Connect Boards column itself, not just text fields. Verify the link works bidirectionally before going live.
No automation registry
What goes wrong: Tribal knowledge — only the person who built the automation knows it exists. When they leave, automations break silently and nobody knows what is missing. A team of 8 losing 2 people without an automation registry typically loses $10-25K of process value.
How to avoid: Build an Automation Registry Monday Doc. Document every non-trivial automation: name, board, trigger, action, owner. Review quarterly.
Automating before the board structure is stable
What goes wrong: You wire 20 automations referencing 'Status = Qualified.' Then you rename Qualified to Discovery. Half your automations silently break because they reference the old label. Critical handoffs stop firing — a missed sales→onboarding alert can cost $5-15K in churn risk per deal.
How to avoid: Stabilize board structure for 2-3 weeks before adding non-trivial automations. When you rename a status, audit every automation referencing it.
Using Zapier when a native integration exists
What goes wrong: You wire 8 Zaps between Monday and Slack at $40/mo, when native Monday-Slack integration does the same job for free. ~$480/yr wasted + extra latency on every event.
How to avoid: Check the Integrations Center first. Only use Zapier/Make when no native integration exists or you need data transformations Zapier provides.
Ignoring the activity log
What goes wrong: Critical automations have been failing for weeks (expired Slack token, missing permissions). You only find out when a customer says 'I never got your message.' Lost deal value: $5-20K per missed handoff.
How to avoid: Weekly habit: Friday 4pm, review the Automations Activity log. Fix or disable failing automations. Re-authenticate expired integrations.
Recap
Done — what's next
How to set up a Monday.com workspace without painting yourself into a corner
Read the next tutorial
Hand it off
Automations are where Monday's value compounds — and where bad setups silently cost money. A specialist will audit existing automations, build a registry, design cross-board flows, and set up the monitoring habit. One-shot audits run $200-400; ongoing ops support runs $400-1,200/mo at $14-16/hr.
See specialist rates
There is no hard limit, but past 15-20 automations on a single board, debugging becomes hard. If you find yourself adding the 20th automation, consider whether the board should be split — too many automations on one board often signals the board is doing too many jobs.
Three common causes: (1) the trigger condition is misconfigured (e.g., automation set to 'when status = qualified' but the actual label is 'Qualified' with a capital Q — case-sensitive), (2) the user who modified the item does not have permission to trigger automations on this board, (3) the automation is on a different board than expected. Check the activity log.
Automations are internal to Monday — triggered by Monday events, acting on Monday data. Integrations connect Monday to external tools (Slack, Gmail, Zapier, etc.). Integrations often add automation recipes that bridge Monday and the external tool (e.g., 'When item created in Monday, post to Slack').
Monday AI features (formerly MondayAI, now bundled as Monday AI) can suggest automation recipes and generate text. Useful for ideation but always review the suggested recipe before saving. AI does not understand your specific board structure — it produces plausible-looking automations that may not fit.
Standard tier: 250 actions/mo. Pro: 25,000. Enterprise: 250,000. A typical 5-person team on Standard runs out of Standard's 250 actions in week one — almost everyone needs Pro for real automation use. Budget for Pro from the start if you plan to use automations seriously.
Monday.com
Monday.com is easy to spin up and easy to scatter. Three weeks in, most teams have 14 boards across 4 workspaces with no naming convention and no governance. This walks the setup sequence that keeps Monday useful past month three.
Monday.com
Monday Sales CRM is fast to spin up and easy to wire wrong. Pipeline stages drift, contact data fragments across boards, and reports stop making sense within 90 days. This walks the configuration that holds up past the first quarter.
Monday.com
Monday integrates with 70+ tools natively and 5,000+ via Zapier/Make. Most teams chain-install everything in week one, end up with redundant flows, expired tokens, and no documentation. This walks the integration setup that holds up.
Monday.com
DIY Monday.com is a great idea — until you have 30+ boards with no governance and the team has stopped trusting the data. This is the honest framework: when the cost of self-managing exceeds the cost of hiring.