diff --git a/src/interface/web/app/automations/page.tsx b/src/interface/web/app/automations/page.tsx index f2d06c23..e2c0c3f9 100644 --- a/src/interface/web/app/automations/page.tsx +++ b/src/interface/web/app/automations/page.tsx @@ -202,6 +202,15 @@ const suggestedAutomationsMetadata: AutomationsData[] = [ id: timestamp + 3, scheduling_request: "", }, + { + subject: "Market Crash Notification", + query_to_run: "Notify me if the stock market fell by more than 5% today.", + schedule: "5PM every evening", + next: "Next run at 5PM today", + crontime: "0 17 * * *", + id: timestamp + 5, + scheduling_request: "", + }, { subject: "Round-up of research papers about AI in healthcare", query_to_run: