


Hi team,
I want to give newsletter subscriptions to only newly added recipients through my recipient data import workflow.
Can anyone help me on this, an immediate help will be highly appreciated
Views
Replies
Sign in to like this content
Total Likes
Hi @Mrityunjay,
if understood question properly you can use Incremental query node to select new customers. First time execution will select all existing customers (or add condition on create date) and every new execution will return you only new customers which you can follow with Subscription Services node to give newsletter category.
Regards,
Milan
Hi @Mrityunjay,
if understood question properly you can use Incremental query node to select new customers. First time execution will select all existing customers (or add condition on create date) and every new execution will return you only new customers which you can follow with Subscription Services node to give newsletter category.
Regards,
Milan