Notification sent to the group email

dev_K
Tera Contributor

Hello,

 

 

I am looking for a solution to configure a notification in a way that an email is sent to the group mailbox instead of all members of approval group.

 

dev_K_0-1719818323124.png

 

dev_K_1-1719818344589.png

how this can be done?

1 ACCEPTED SOLUTION

In that case, you have to trigger the notification with the help of 'event'.

The event will be triggered by business rule on the sysapproval_approver table and GlideRecord to approval table as get the email address of group and then you will pass the group email in parm1 OR parm2 and then in the notification 'who will receive' check the checkbox for the same.

 

gs.eventQueue('<replace_event_name>', <pass_the_group_email>); 

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

14 REPLIES 14

Hi @dev_K ,

 

Follow as below:

 

Click on the group,  + icon will appear

SN_Learn_0-1719820031327.png

 

Now, click on that + and from left search group email, move it to right:

SN_Learn_1-1719820077685.png

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

dev_K
Tera Contributor

This is what i am doing but i do not see 'group email' when i expand the options...

 

dev_K_0-1719820342257.png

 

 

I just noticed, you are on sysapproval_approver table.

 

You have to dot walk as below:

SN_Learn_0-1719820759750.png

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

dev_K
Tera Contributor

OK, I did it that  way and I have tested it by submitting a catalog request with approval and I see in the log that emails were sent to each member of the group... any ideas why?

If the Include member checkbox is ticket, the email is sent to all group members:(also mentioned by Atul)

SN_Learn_0-1719821172216.png

 

Uncheck it and try.

 

Mark this as Helpful / Accept the Solution if this helps

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.