Welcome Email | Community
Skip to main content
samikshaj895937
Level 2
May 3, 2017
Solved

Welcome Email

  • May 3, 2017
  • 4 replies
  • 1982 views

We have a online shopping website and want to interface with Campaign. We want to send a welcome email to the user when user is created into campaign.

Whever user registers through google plus on our site we have written a scheduler which pushes the user information into the campaign recepient table.

Now we want to write a self triggered workflow which sends an email to the user .

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 florentlb

Hello,

So In Campaign 6.1, you can leverage the transaction message functionality (a.k.a Message Center), which is basically used to send unitary messages based on incoming events such as a website account creation.

Please have a look at the following documentation and let us know if you have more questions: https://docs.campaign.adobe.com/doc/AC6.1/en/MCE_Introduction_Overview.html

Florent.

4 replies

vraghav
Adobe Employee
Adobe Employee
May 3, 2017

Hi Samiksha,

If by scheduler you mean that you are using a campaign workflow to insert recipient data, you can extend the same workflow or create a new workflow

  1. Define query activity to fetch all records created since the last run of workflow.
  2. Connect it to a recurring delivery activity which will contain the welcome email link.
  3. Use a scheduler at start of workflow to run every hour.
  4. As a last activity, use JC code activity to save current time in option which will be fetched in step 2 above

 

A better way will be to leverage Message Center for sending transactional messages.

Hope this helps.

Regards,

vipul

florentlb
Level 10
May 3, 2017

Hi,

Can you specify which version of Adobe Campaign you are using so I can give you relevant links to working examples of what Vipul correctly mentioned above?

Thanks,

Florent.

samikshaj895937
Level 2
May 3, 2017

6.1 campaign

florentlb
florentlbAccepted solution
Level 10
May 3, 2017

Hello,

So In Campaign 6.1, you can leverage the transaction message functionality (a.k.a Message Center), which is basically used to send unitary messages based on incoming events such as a website account creation.

Please have a look at the following documentation and let us know if you have more questions: https://docs.campaign.adobe.com/doc/AC6.1/en/MCE_Introduction_Overview.html

Florent.