AOW - Send Email 1 Day After User Created

I’m trying to set up an AOW rule that sends out an email one day after a contact is created. My initial thought was to create a condition like this:

The problem is… I don’t think this will ever evaluate to true. The contact created date will never be equal to now + 1 week. Not to mention, the value of of “now plus 1 week” changes every time the AOW is run.

I need to specify… “When now is greater than or equal to contact created date plus one week”. Unfortunately I don’t see a way to specify this using AOW.

Maybe you should try reversing your logic with something like: Date <= now - 1 day

1 Like

That actually makes sense! I’ll try reversing the logic and see if that works. :slight_smile:

  • Matthew