SOLVED

Re: Send email alert

Go to solution
Jeffrey_Hanraha
Level 3

Send email alert

How would I set up a campaign so that an email is sent everytime some one fills out a form? The email alert is nit going to a lead owner but to some one else on the staff,  so And if I set up an email using the tokens for lead first name lead last name will they auto populate?

Thanks

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Pavel_Plachky
Level 5

Re: Send email alert

Hello Jeffrey,

use the Send Alert flow step. You would select "None" as the Send To: and you can use a comma separated list of email addresses in the To Other Emails fields. Instead of hard-coding the email address you can use a token. Using a token is handy if you have multiple programs with such alert and you want to update the email addresses in one place.

It looks like this:

pastedImage_0.png

I hope it helps

Pavel

View solution in original post

4 REPLIES 4
Pavel_Plachky
Level 5

Re: Send email alert

Hello Jeffrey,

use the Send Alert flow step. You would select "None" as the Send To: and you can use a comma separated list of email addresses in the To Other Emails fields. Instead of hard-coding the email address you can use a token. Using a token is handy if you have multiple programs with such alert and you want to update the email addresses in one place.

It looks like this:

pastedImage_0.png

I hope it helps

Pavel

Jeffrey_Hanraha
Level 3

Re: Send email alert

Do I have to create an email myself for this to work?

Pavel_Plachky
Level 5

Re: Send email alert

Yes, you have the create the email that will be used as the alert, using email editor. You can use tokens in the alert email, including lead, system and program tokens. The only difference is that the email will not be sent to the lead, but to the specified address.

Pavel

Gerard_Donnell4
Level 10

Re: Send email alert

Here is a basic email you could create for your alert. You can also see a full list of useable tokens here: https://docs.marketo.com/display/public/DOCS/Tokens+Overview

*****************

SUBJECT LINE = Alert: You have a new lead - {{program.name:}}

*****************

The following lead has filled out the form on Enter your page name here and needs to be followed up on. Details below:

Filled out form on: Add URL here - You can use a token as well.

First Name: {{lead.First Name:default=NA}}

Last Name: {{lead.Last Name:default=NA}}

Email Address: {{lead.Email Address:default=NA}}

Company:  {{company.Company Name:default=NA}}

Link to SFDC: {{SP_Send_Alert_Info:default=NA}}

Marketo Campaign Name: {{campaign.name}}

Thank you!

Marketing Automation Team

************************************