Skip to main content

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!

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: 

 

 


Thank you @Kasun Balasooriya