how can we get notification with @mention

bettymaes
Giga Contributor

We are using @mention feature, but do not get notification via email. I have put all notifications on my profile, but do not get email when I'm @mentioned in a ticket chat. (connect) 

How can we setup / activate these email notifications? is this on system level? 

thanks

Betty

1 ACCEPTED SOLUTION

bettymaes
Giga Contributor

thanks a lot. That must be it. I will check with the sysadmin. 

kr

Betty

View solution in original post

5 REPLIES 5

Menno Aret1
Tera Contributor

Dear community,

 

In general take the next steps on debugging why someone is not receiving an email notification:

  1. Check if the notification is active

    MennoAret1_0-1693899427218.png
  2. Check if the condition will result in true for your user
    MennoAret1_1-1693899473443.png

    In this example for the @ mention email the user must belong to the live_group_profile or if not the user should have read access to the field for the record where he/she is mentioned

  3.  Check if the user is a recipient of this notification, if event creator is equal to the user make sure the checkbox Send to event creator is checked
    MennoAret1_2-1693899813796.png
  4. Check if the user has an email address filled in on their sys_user record
  5. Check if there is a Notification Device record for the user in the cmn_notif_device table
  6. Check if the user is still subscribed on this notification, navigate to the cmn_notif_message table and search on user and notification, a record should exist
    MennoAret1_3-1693900313653.png

    Open that record and check if Device points to the Notification Device and if there is a filter:

    MennoAret1_4-1693900491313.png

    In this case the filter is set on Unsubscribe and the email will not be sent out, clear the filter or let the user subscribe again from the Notification Preferences

    MennoAret1_5-1693900802899.png

     

If the email was working earlier and stops working for certain people check the last step first 😉

 

I hope this will help someone on debugging this. If so please like 👍  otherwise let me know.

 

Kind regards,

Menno Aret