Sending alerts to account users/groups of changes to record?

amheng5 14 Feb, 2019
Is it possible to send an email alert to selected web site user groups whenever a record is edited in CC6?

I have connected to cf6 form and created an edit form in cc6. When a record is edited, I want the registered users on the system to be notified of any changes to an exisitng record. Is this possible?
healyhatman 14 Feb, 2019
1 Likes
Of course it is. Just read the user_usergroup_map table to get all the user ids in the group_id you want, and add a second model to your data read getting the data from the users table where the user_id from the map table matches the id from the users table.
This topic is locked and no more replies can be posted.