BeigeCRMGUIDE

Automation

Preview only. An unreviewed draft. Not visible on the public site. Every review flag below must be cleared before this page can be published.

Automations

An automation is a rule that watches for something happening and then does something about it: a form comes in, so create a lead, assign it, and notify the owner. It's the part of the product that does the work nobody remembers to do at 6pm on a Friday.

Each automation is a trigger plus one or more actions, built on a canvas.

Automations list showing each workflow, its trigger, and whether it is active
Automations list showing each workflow, its trigger, and whether it is active

Triggers#

TriggerFires when
When form is submittedSomeone completes one of your forms.
When lead is createdA lead arrives, from any source.
When lead status changesA lead's status field changes.
When lead stage changesA lead moves between pipeline stages.
When deal is createdA new deal is added.
When deal stage changesA deal moves between stages.
When deal is wonA deal reaches your won stage.
When deal is lostA deal reaches your lost stage.
When contact is createdA person is added.
When task is completedSomeone finishes a task.
When appointment is bookedA booking comes through scheduling.
When email is receivedInbound mail arrives.
Manual triggerYou run it yourself against a record.

Actions#

ActionEffect
Create leadAdds a lead from the trigger's data.
Update leadChanges fields on the lead that triggered the run.
Create dealOpens an opportunity.
Create taskAssigns follow-up work.
Add tagTags the record.
Assign ownerRoutes the record to a team member.
Send emailSends a templated message.
Send notificationAlerts someone in the app.
Add to campaignDrops the contact into a campaign audience.
Send webhookPosts to an external URL.

Building one#

Create automation offers two starting points: pick a template for a common pattern, or start from scratch by choosing a trigger and building the canvas yourself.

Screenshot pending · automation-builderThe automation canvas with a trigger node connected to action nodes
The automation canvas with a trigger node connected to action nodes

Both land you in the editor, where you add action nodes after the trigger and configure each one. A lead created by an automation records which automation produced it, so the source column on your Leads list tells you the workflow's name rather than just "Automation".

Checking what ran#

Each automation has an executions view: every run, when it fired, and whether it succeeded. That's the first place to look when something didn't happen — usually the trigger never fired, rather than the action failing.

Last updated Wed Aug 05 2026 00:00:00 GMT+0000 (Coordinated Universal Time)