I’m using MailerSend and want the email sent 2 hrs after a Shopify order comes in. I believe I have the ‘Send At’ wrong, because I keep getting an error. What’s the right way to use it?
Welcome to the Make community!
To do this, you can use the built-in function addHours
—
{{ addHours(date; number) }}
e.g.: (paste this into the field)
{{ addHours(now; 2) }}
For more information, the function’s documentation can be found in the Help Centre. You should also complete the tutorials in the Make Academy.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
I’ll try that, thank you!