Postpone delivery waves based on time restrictions
Hello community,
We have limited the time frame for sending emails to between 21:00 and 8:00. To do this, in the deliveries section, under the scheduling option, in ‘Contact date calculation’, we have included the following formula that allows the sending to be postponed to the enabled hours Iif(Hour(GetDate())>=21,AddHours(ToDate(AddDays(GetDate(),1)),8),Iif(Hour(GetDate())<8,AddHours(ToDate(GetDate()),8),GetDate()))
On the other hand, we use the waves feature to send emails in several batches, with the ‘send using multiple waves’ delivery option.
The problem we have is that the time restriction is applied to the first wave but not to the following ones. How can we manage this so that all waves are sent within the enabled time range and if one of them falls within the range we do not want, that wave is postponed and the following ones are executed accordingly?
Thanks