How to show outage notifications over Virtual agent Bot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 01:55 AM
Hi All,
How to show outage notification/announcements on virtual agent bot.
Regards,
Ashok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:19 AM
Hi @Ashok59,
Did you check the below support doc?
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1390228
Thanks,
Hemant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 04:01 AM
Hi @Hemant Goldar ,
I want to provide announcement over the Bot like we are providing on service portal home page.
kindly assist me how to configure and what would be script for it.
Regards,
Ashok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 04:00 AM
Hi @Hemant Goldar ,
I want provide announcement over the Bot like we are providing on service portal home page.
kindly assist me how to configure and what would be script for it.
Regards,
Ashok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 05:15 AM
In your greetings topic (if you have added the outages part like Dynamic Greeting topic), to get the same result as the portal - you will need to ammend your query to something like below... It should bring back the same as portal.
- Original OOTB query
- var encQuery = 'cmdb_ci.nameISNOTEMPTY^endISEMPTY^ORend>javascript:gs.endOfCurrentMinute()^begin>=javascript:gs.beginningOfLast7Days()';
- Ammended query
- var encQuery = 'cmdb_ci.nameISNOTEMPTY^begin<=javascript:gs.endOfToday()^endISEMPTY^ORend>=javascript:gs.beginningOfToday()^typeINdegradation,outage';