I am wanting to create an event handler that will send an email when a new Customer Order has been added, but I want to wait 5 minutes for it to send so that documents can be uploaded to the order and included as attachments. I have created 2 event actions:
1. Sleep - waits 300 seconds after new CO is added
2. Send Email - sends the email. Attachments set to ALL.
This all works, but the attachments are not there. Has anyone done something similar that you can share?