I would also love something like this. Our shop rents out clothing for a period, so we have heaps of different start and end dates for the booking period, meaning having booking start date and booking end date able to be used as the trigger date to go out would be huge to us.
I would also love something like this. Our shop rents out clothing for a period, so we have heaps of different start and end dates for the booking period, meaning having booking start date and booking end date able to be used as the trigger date to go out would be huge to us.
You need to use the trigger "on booking status changed" and set it to paid / complete.
Then you can schedule it to trigger with a variable like:
{{ booking.start_date | format: ‘custom’, custom-format: ‘YmdHis’, modify: ‘-7 days’ }}