Skip to main content
Solved

Scheduled Database Task notifications

  • May 13, 2021
  • 2 replies
  • 313 views

Forum|alt.badge.img+17

Hello, 

I’ve created two scheduled database tasks, and I was hoping to be able to setup a Streams notification to push to a subset of users when the jobs are executed. I do see where you can check the box to send a stream notification, but that would just notify the user that created the job. 

Is there a way to notify a group of users? Thank you!

Best answer by Kasun Balasooriya

Hi,

You can set up a Event action of Type “Steams Message”  and configure it for the event BACKGROUND_JOB_IS_PROCESSED with the preferred arguments to send the streams message. Add the users or group of users to the “To” section and enable the event and you should be able to get a message across to the set of users. 

See below for a sample: 

 

 

This topic has been closed for replies.

2 replies

Kasun Balasooriya
Superhero (Employee)
Forum|alt.badge.img+20

Hi,

You can set up a Event action of Type “Steams Message”  and configure it for the event BACKGROUND_JOB_IS_PROCESSED with the preferred arguments to send the streams message. Add the users or group of users to the “To” section and enable the event and you should be able to get a message across to the set of users. 

See below for a sample: 

 

 


Forum|alt.badge.img+17
  • Author
  • Superhero (Customer)
  • May 13, 2021

Thank you @Kasun Balasooriya