Sending Reminder Email

Hi Team,

I need to send reminder after two working days post sending first email. if there is weekend than weekend does not needs to be counted in those two days. So for example if I send first email on friday than the reminder email should not be sent on monday but it should be sent on wednesday. Need your help on the logic.

Firstly calculate 2 + working days and store that value (How to validate today is working day or not? - #18 by AdityaVN)

You may also need to take into consideration public holidays.

Then I would create a new queue item - using the postpone property - pass in the datetime created in step 1.