Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Welcome Email

Avatar

Level 2

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 .

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

4 Replies

Avatar

Employee Advisor

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

Avatar

Level 10

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.

Avatar

Correct answer by
Level 10

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.