Send email from Salesforce account team member

Anonymous
Not applicable

Send email from Salesforce account team member

We have a need to send emails from a member of the Account Team in Salesforce.com.  I've seen a lot of discussion around Account Teams but I haven't found a conclusive answer.

Here's the use case:  Each client account is owned by a sales person.  Each client account has an Account Team that includes an implementation specialist, support specialist, etc.  We have a need to send emails via Marketo to our clients from the implementation & support specialists.

Is this possible in Marketo through some type of integration?

Thanks
Tags (1)
3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Send email from Salesforce account team member

You would need to break these down into Segments or Smart Lists where you say:

If Member of Smart List IN Account Team 1, the Send Alert to "X, Y, Z"

so this would require some manual changes if a Team changed.

It might be possible to work with Custom Objects to do this, but unless you have this running already, it would be expensive to build.
Anonymous
Not applicable

Re: Send email from Salesforce account team member

Thanks, Josh.  The issue is that Salesforce Account Teams do not sync with Marketo by default.  So I cannot even access the Account Team members today in Marketo.
Anonymous
Not applicable

Re: Send email from Salesforce account team member

We had the same challenge and had to build a solution in SFDC using Apex. Essentially we added to the contact record fields that map to the account team and then a weekly batch job that updates those fields on the contact record (since you can't have triggers in SFDC on the account team member object). By having them on the contact's record and then exposing them to Marketo they can be utilized as tokens.