Hello ACS Experts,
I have a workflow that runs every 10 minutes. User fills some information on a landing page created outside ACS. Fills out fields like email address, name, language, country, postal code, product type, product name, product code and date of purchase. This information flows to ACS via API and I map them to the email that is going to be sent via the workflow. I mapped the information through freetext fields.
The issue is I want this workflow send 1 email for every product registration. A user can register multiple products and should get only one email per registration. Currently whenever the workflow runs every user who registered a product constantly gets the same email every 10 minutes. I need a way to cut the emails sent to 1. So that when a user registers a product he only gets 1 email not the same email every 10 minutes. If the same user registers another product he gets another(1) email for that product.
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Mert_AliEr,
To ensure users receive only one email per product registration, you can leverage Incremental Queries within your workflow. Here's how you can implement this:
Configure the Incremental Query Activity:
Deduplicate Records:
Flag Processed Records:
For more detailed steps and examples, you can refer to the documentation on Incremental Queries:
https://experienceleague.adobe.com/en/docs/campaign-standard/using/managing-processes-and-data/targe...
Regards,
Harish Pandey
Hi @Mert_AliEr,
To ensure users receive only one email per product registration, you can leverage Incremental Queries within your workflow. Here's how you can implement this:
Configure the Incremental Query Activity:
Deduplicate Records:
Flag Processed Records:
For more detailed steps and examples, you can refer to the documentation on Incremental Queries:
https://experienceleague.adobe.com/en/docs/campaign-standard/using/managing-processes-and-data/targe...
Regards,
Harish Pandey