Making sure an email is received only once | Community
Skip to main content
July 26, 2021
Solved

Making sure an email is received only once

  • July 26, 2021
  • 1 reply
  • 841 views

Hi 👋

I have an automated workflow that is triggered daily and queries the same recipient list. Based on their updated activity they receive one out of three emails. In a scenario where the recipient's activity doesn't change how do I make sure this person doesn't receive the same email as the previous day?

Thanks so much in advance!

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 Manoj_Kumar

Hello @ioaanna 

 

You can add a split activity before the delivery to check if they have already received the same email or not.

 

The condition in the split will look something like this.

Delivery logs exists such as 

deliveryCode =  deliveryCode of your delivery

or delivery label - delivery label of your delivery.

 

Let me know if this make sense.

 

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
July 26, 2021

Hello @ioaanna 

 

You can add a split activity before the delivery to check if they have already received the same email or not.

 

The condition in the split will look something like this.

Delivery logs exists such as 

deliveryCode =  deliveryCode of your delivery

or delivery label - delivery label of your delivery.

 

Let me know if this make sense.

 

Manoj  | https://themartech.pro
ioaannaAuthor
July 26, 2021
Thanks so much @_manoj_kumar_, that's much better than what I had.