File size: 311 Bytes
83fe4f9
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ALLOWED_TRIGGERS = {"email_received", "schedule", "file_uploaded", "manual_trigger"}
ALLOWED_ACTIONS = {
    "ai_extract",
    "ai_classify",
    "ai_compose",
    "sheets_read",
    "sheets_write",
    "sheets_update",
    "send_email",
    "notify_owner",
    "condition",
    "loop",
    "wait_for_input",
}