Automations

Visual rules that work while you sleep ยท Srazzu

Role: OWNER๐Ÿ””
Automation runs
0
โ„ขรฏยธย
Tasks created
0
โ€ฆ
Alerts generated
0
๐Ÿ””

Create automation from preset

{
  "name": "Hot lead rescue speed-to-lead",
  "trigger": {
    "event": "inbound_message",
    "isSales": true,
    "leadScoreGte": 80
  },
  "actions": [
    {
      "type": "CREATE_TICKET",
      "title": "Hot lead follow-up",
      "priority": "HIGH",
      "category": "Sales",
      "note": "Automation: high-intent lead needs immediate follow-up"
    },
    {
      "type": "CREATE_TASK",
      "title": "Call hot lead within 5 minutes",
      "priority": "HIGH",
      "dueInMinutes": 5
    },
    {
      "type": "CREATE_NOTIFICATION",
      "title": "๐Ÿ”ฅ Hot lead needs action",
      "body": "Nova detected a high-intent lead. Call within 5 minutes.",
      "severity": "WARNING",
      "actionUrl": "/tasks"
    },
    {
      "type": "AUDIT",
      "message": "Hot lead automation fired"
    }
  ]
}

ยชโ€ž Build with AI

Describe flows in plain English later; Nova can convert them into triggers and actions. Current v1 supports presets, JSON rules and real execution logs.

Active rule boardREAL RUN LOGS
No automations yet. Create a preset to begin.