- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 03:15 AM
When an agent click on Reply All on an email associated with the case we need to populate CC with Case's watchlist. Is there a way to achieve that?
Solved! Go to Solution.
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 07:49 PM
Hi,
You may want to check the "replyall" email client templates and configure the "CC" field as needed.
Email Client Templates > Response Templates - Received > Reply All
Email Client Templates > Response Templates - Sent > Reply All
Thanks,
Arav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 07:49 PM
Hi,
You may want to check the "replyall" email client templates and configure the "CC" field as needed.
Email Client Templates > Response Templates - Received > Reply All
Email Client Templates > Response Templates - Sent > Reply All
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 01:05 AM
Thanks Arav, I also found that and created templates but now I am not able to populate CC.
I have written an email script to populate CC but that didn't work. Script is as simple as email.addAddress("cc","john.copy@example.com","John Roberts");
Your answer is apt for the question I asked. I will accept the solution just keeping the post open as I need further help.