Does marketo support cc and bcc of email ? | Community
Skip to main content
March 6, 2015
Solved

Does marketo support cc and bcc of email ?

  • March 6, 2015
  • 3 replies
  • 6754 views
We are using the followign blog to send mails dynamically. 

http://developers.marketo.com/blog/sending-an-email-with-dynamic-content-from-marketo-using-the-api/

Is there any way that we can support cc and bcc ? Does marketo support cc and bcc ?
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
@Santhosh N if you're already using the API, you can do another Request Campaign against a static list of addresses you keep in your server config.  You can change one of your passed tokens so that it adds, for example, the text "[Copy]" or "[BCC]" to the Subject line for the people being copied on the email.

The BCC function that @Justin C is referring to isn't really right for this.  It means that you get a copy of every email sent to a single address. That can really overwhelm your server and is meant for archiving/auditing rather than for day-to-day operation.

3 replies

March 24, 2015
Just came across alerts. Will alert flow will be useful for my case?
SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
March 7, 2015
@Santhosh N if you're already using the API, you can do another Request Campaign against a static list of addresses you keep in your server config.  You can change one of your passed tokens so that it adds, for example, the text "[Copy]" or "[BCC]" to the Subject line for the people being copied on the email.

The BCC function that @Justin C is referring to isn't really right for this.  It means that you get a copy of every email sent to a single address. That can really overwhelm your server and is meant for archiving/auditing rather than for day-to-day operation.
Justin_Cooperm2
New Participant
March 6, 2015
We support BCC to one address. This would be applied for every email though.
Navin_Watumull
New Participant
June 1, 2018

I have a similar question. We use Marketo to email thousands of clients with information customized to them (i.e. pricing specific to them). We need to dynamically cc the corresponding relationship manager for each client so they are aware of these communications. How can we do this?

I saw a post from 2016 where this functionality was not available. (Can I dynamically cc an email using a token?) Is it available now?

SanfordWhiteman
New Participant
June 1, 2018

The answer is it's still on the horizon. I thought there was a recent feature announcement about this, but can't find it in a search.

For now you can use Send Alert directly following the Send Email​ step.