Add recipients to a list regarding their behaviour | Community
Skip to main content
RaulOcana
New Participant
October 17, 2018
Solved

Add recipients to a list regarding their behaviour

  • October 17, 2018
  • 1 reply
  • 2054 views

Hi guys,

According to this official document, all workflows into AC are started manually, so the question is, if I want to add recipients to a list regarding their behaviour, I have to do it and maintain it manually?

So I want to add all recipients who clicked a specific link of an email to a list, and if they clicked another specific link (same email) add them to another list, how can I achieve this please?

Thank you!

Regards,

Raúl

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 david--garcia

Set up a workflow with a scheduler to execute on the frequency you require.

i.e

(flow control) Add a scheduler activity to execute the workflow every X  (x = execution frequency daily, hourly, weekly, etc/)

(targeting) pull delivery and tracking logs using query/unions/intersection/exclusions etc depending on your requirements for your particular campaign on a workflow and enrich with whatever other data required.

once you have all the data you need, save it to a list using the list update activity.

1 reply

david--garcia
david--garciaAccepted solution
New Participant
October 19, 2018

Set up a workflow with a scheduler to execute on the frequency you require.

i.e

(flow control) Add a scheduler activity to execute the workflow every X  (x = execution frequency daily, hourly, weekly, etc/)

(targeting) pull delivery and tracking logs using query/unions/intersection/exclusions etc depending on your requirements for your particular campaign on a workflow and enrich with whatever other data required.

once you have all the data you need, save it to a list using the list update activity.