Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Onboardin workflow

Avatar

Level 2

Hello Team
I have a doubt, I need to develop an automated campaign in adobe campaign, for example: I have a base that is constantly updated, I need to send an email to new users of this base. After 3 days "Day+3" send another message to those who did not participate in the first message this automatically

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @PandolaVaz ,

You need to split workflow in two

in first:

query recipients that created date was yesterday with use of DateOnly(@created) = DaysAgo(1)

Marcel_Szimonisz_0-1648788667335.png

In second:

set it to run daily where you select all recipients that you sent first email exactly 3 days ago and do not have any tracking logs for the delivery.

 

 

Marcel

 

Marcel

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @PandolaVaz ,

You need to split workflow in two

in first:

query recipients that created date was yesterday with use of DateOnly(@created) = DaysAgo(1)

Marcel_Szimonisz_0-1648788667335.png

In second:

set it to run daily where you select all recipients that you sent first email exactly 3 days ago and do not have any tracking logs for the delivery.

 

 

Marcel

 

Marcel