Making sure an email is received only once | Community
Skip to main content
New Participant
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_
_Manoj_Kumar_Accepted solution
New Participant
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     Find me on LinkedIn
ioaannaAuthor
New Participant
July 26, 2021
Thanks so much @_manoj_kumar_, that's much better than what I had.