From e217cb5840af509f8ca7d3932c7f401ee9b5ef44 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 3 Oct 2024 16:35:18 -0700 Subject: [PATCH] Suggest notification type automation on Automation page of web app --- src/interface/web/app/automations/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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: