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.