Skip to main content

I am working on putting together a Gainsight program to send messages to a large group of customers. At my organization, a group of a few hundred of customers are assigned a dedicated CSM. I am hoping to find a way to pull in the email address of the named account rep when applicable and cc them in the email program. Is this possible in GS and if so how would I go about doing this?

@Trevor.Privratsky You’ll want to add the CSM Email into your query, data designer or csv, and then, you can either map them in the sender email field or create a new custom field to store that value.  Then, you’ll need to choose an operational email template in order to be able to CC.  A non-operational will only allow you to send someone a copy of the email.


@Trevor.Privratsky You’ll want to add the CSM Email into your query, data designer or csv, and then, you can either map them in the sender email field or create a new custom field to store that value.  Then, you’ll need to choose an operational email template in order to be able to CC.  A non-operational will only allow you to send someone a copy of the email.

What ​@heather_hansen said!

Additionally, would suggest pulling a report to check for possible null CSMs – if there are any, you’ll want to include a case expression in a transform step within your query/DD to make sure you’ve got a backup email address (much easier now that you can map a custom string to an email data type in dynamic JO).

Null email addresses will cause the recipient with that null CC email to drop.


Reply