Scheduled knowledge article reminder notification using flow designer

MohammedYaseen
Tera Expert

Hi,

I want to send reminder for knowledge article author 90 days before valid to date

From 90 days till expiry date it should send every fortnightly reminder.

If any script available please share, Thanks.

 

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@MohammedYaseen 

something like this using flow, but please enhance

AnkurBawiskar_2-1746948226389.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@MohammedYaseen 

there is already OOTB scheduled job for this "Notification for Article Expiry Warning" which runs first day of each month for articles expiring in the next month.

Remember this is the system property "glide.knowman.enable_article_expiry_notification" should be true

Why you want something extra?

If you want you can have something similar using flow designer.

AnkurBawiskar_0-1746946124166.png

AnkurBawiskar_1-1746946258027.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thanks Ankur, As per the customer , they want to send additional reminders to ensure action is taken as these are business critical articles and have to be updated on time without delay

So they want to trigger on 90,75,60,45,30,15,0 days for prompt action

if they action the article with change in valid to date, the notification should stop

Ankur Bawiskar
Tera Patron
Tera Patron

@MohammedYaseen 

something like this using flow, but please enhance

AnkurBawiskar_2-1746948226389.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thanks Ankur, will try this. Appreciate your quick help