Sending welcome email with trigger campaign not working | Community
Skip to main content
PascaleC
Level 2
February 28, 2022
Solved

Sending welcome email with trigger campaign not working

  • February 28, 2022
  • 2 replies
  • 2239 views

Hi all, 

 

I'd like to ask for your advice. I would like to send out an automated email to all new contacts that are added to an existing account. We've created a new field on Sfdc to track those contacts and named it 'Send welcome email'. 

I used this attribute in my Data Value Changes Trigger and added the new value to be 'true'. Note that there was no value before that. After reading some posts, I saw that it might be good to also include a trigger: Person is created. So I added that. 

Unfortunately, the campaign is not triggering any email. Can someone share their learnings for this type of email? 

 

Thank you! 

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 PascaleC

Thank you both! 

I finally figured it out and it was because those contacts were not marketable and the email was not operational. So it's working ok now. I also took into consideration your suggestions! 

Appreciate it 

2 replies

Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 28, 2022

Did you see the "Send welcome email" field update to TRUE in the test record's activity log in Marketo? If so, can you please ensure that the record is Marketable in-case this is a non-operational email?

Additionally, couple of items below:

IMO you should include following filters in your campaign's SL:

  • SFDC Type = Contact
  • "Send welcome email" = TRUE since you're using a Person is created trigger, and
  • Company Name <> Empty since you wanna target contact records associated with accounts.

In the Person is created trigger, you wanna say source type = salesforce as you won't create new contact records from Marketo.

Post these changes, you can activate the smart campaign and create a new/update an existing contact record's Send welcome email field to TRUE. 

Kaitlyn_Simko
Level 4
February 28, 2022

I think you should also add a filter for Send welcome email = true, or else there is no criteria for the Person is Created filter.

PascaleC
PascaleCAuthorAccepted solution
Level 2
March 1, 2022

Thank you both! 

I finally figured it out and it was because those contacts were not marketable and the email was not operational. So it's working ok now. I also took into consideration your suggestions! 

Appreciate it 

Pascale Comaty
Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 1, 2022

That's awesome, @pascalec! 🙂