We are looking for a simple or ootb way to send an email to all participants by marking them in CC, Currently we are using CorrNew activity and we are passing party role in CC param, but in coming days we will be having more parties and we can’t mention all of them in CC role.
So is there any way to send notification to all the available parties by marking them in CC using CorrNew ootb activity?
I understand that you need to pass the participants in “CC” dynamically without explicitly mentioning each.
You can customize the “SendSimpleEmail” activity and add parameters like “cc” and “bcc”. Later, you can add the OOTB properties “pyBCCString” and “pyCCString” in the pyDefault Data Transform of the “Data-Corr-Email” class context.
In the custom activity, set the parameters (cc/bcc) in order to perform dynamically. Later, invoke this activity. I’ve attached the screenshots for your reference.
You can customize the “SendSimpleEmail” activity and add parameters like “cc” and “bcc”. Later, you can add the OOTB properties “pyBCCString” and “pyCCString” in the pyDefault Data Transform of the “Data-Corr-Email” class context.
In the custom activity, set the parameters (cc/bcc) in order to perform dynamically. Later, invoke this activity. I’ve attached the screenshots for your reference.