The Visual Automation Builder gives you a drag-and-drop, interactive canvas to map out your business logic—making it easy to design complex workflows without writing code.
Similar to enterprise tools like Zapier, Fortifiers uses a node-based system for building logic. Every automation consists of three primary components:
The starting point. This could be an event (like a Quote being accepted), a scheduled time (every Friday at 5 PM), or a manual trigger. Clicking this node on the canvas opens the trigger settings panel on the right.
A logical filter. You can instruct the automation to only continue if certain conditions are met (e.g. only if the Job Total is > $5000, or if the Priority is High).
The final outcome. What should the system do? Create a task, send an email, log an audit note, or notify a webhook. You can use dynamic variables (like `{{entity.name}}`) to personalize the action.