Send email to all participants by marking them in CC

Hello guys,

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?

Thanks :slight_smile:

Hi,

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.

Kindly let me know if the issue still persists.

Thanks!

Hi @BATTINIRAMESH

Please mark it this thread as closed ( “answered” or “solved”)

Thanks,

Ravoof.

@Mohammad Ravoof i too was having a similar requirenment but in infinity 23, i am not able to find that activity. Is there any other ootb ?

@Tridib@CSSA ,

Yes!

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.

Kindly let me know if the issue still persists.

@Mohammad Ravoof Thanks ! It worked on customizing the SendSimpleEmail activity and added the CC parameter with csv values.

@Mohammad Ravoof We are looking to send the cc only in one scenario, not in all the mails. Please suggest.