The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Send a daily notification

Steve2000
Tera Contributor

Hello 🙂

 

I want to send a daily notification at 8am with just one field value.

Even when nothing is edited in the record, I want to send a notification daily at 8am.

 

I tried to trigger this in the Flow Designer, but when I choose the Trigger "Daily" I only can choose the time, but I have no reference to the table.

 

Do I have to create an Event first?

1 ACCEPTED SOLUTION

Hi @Steve2000 ,

 

You can refer the below article for more understanding about the scheduled job

https://www.servicenow.com/community/developer-articles/fire-an-email-notification-from-a-schedule-j... 

 

After reading article, try for your requirement and let me know if you need any help while creating the scheduled job 



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

View solution in original post

5 REPLIES 5

Rajesh Mushke
Mega Sage
Mega Sage

Hi @Steve2000,

 

You can create a scheduled job and trigger the event from that scheduled job to send the email notification.

Let me know if you need more help.

 



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Steve2000
Tera Contributor

@Rajesh Mushke 

 

So I´m going to scheduled jobs table, not the event registry table?

 

Hi @Steve2000 ,

 

You can refer the below article for more understanding about the scheduled job

https://www.servicenow.com/community/developer-articles/fire-an-email-notification-from-a-schedule-j... 

 

After reading article, try for your requirement and let me know if you need any help while creating the scheduled job 



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

@Steve2000 

 

1. first create event on the table from which data needs to sent.

2. create a scheduled job which triggers daily at 8 and in that scheduled job script. you have to call the event.

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful