Workflow Automation
Workflow Automation#
Workflows let you automate repetitive actions in response to events in Coeffection. A workflow has a trigger (something that starts it), one or more conditions (optional filters that must be true), and one or more actions (what to do). Workflows run server-side, in the background, and are logged so you can debug them.
Common use cases: send a welcome email when a lead is created, create an onboarding project when a contract is signed, alert a manager when a deal has been stalled for 7 days, or assign a high-score lead to a specific rep.
Trigger
Lead Created
When a new lead record is saved
Condition
Lead Score โฅ 50
Only proceed if score threshold met
Action 1
Send Email
Template: "Welcome โ Thanks for your interest"
Action 2
Create Task
"Follow-up call" ยท Assigned to lead owner ยท Due in 2 days
End of Workflow
Available triggers
Available actions
- 1Go to Settings โ Workflows and click + New Workflow.
- 2Name your workflow and select the trigger event from the dropdown.
- 3Optionally add condition blocks to filter which records the workflow applies to.
- 4Add one or more action blocks and configure each one.
- 5Click Activate to enable the workflow. It will begin running on new events immediately.
- 6Monitor execution history from the Runs tab on the workflow detail page.