Is it possible to setup an automation flow to send emails every 1st and 3rd Wednesday of the month?

I want to send automated notification emails to contacts with certain tags on every 1st and 3rd Wednesday of each month.

How would I do that?

Hello @caimc,
An excellent question. I do not think that is possible at the moment. Without having tested it, the closest I can think of being able to get would be to use a combination of wait conditions, for example:

Wait until
Current Day of the Month is on of after 1
Current Day of the week is Wednesday

Then send the first email and follow it up with another wait condition of 2 weeks, or

Wait until
Current Day of the Month is on of after 15
Current Day of the Week is Wednesday

Then send your second email and add a Go-To action to loop it back to the beginning of the automation.
That way you could at least send 2 emails out 2 weeks apart and it should roughly fall on the 1st and 3rd Wednesday of each month.
I would be interested to hear your thoughts and whether this works. :blush:

I think you’re on to something, except it may need to be done with 2 separate automations: one for all the 1st Weds of the months, and the other for all the 2nd Weds of the month.

Contact gets a tag and is entered into both automations at the same time, and they will be sent as you suggest above.

Sounds sensible, @caimc. I would be interested to hear how you get on once you implement it. :blush: