Schedule an email at later date

Hi,

Is there a way to schedule an email at a later date using Email API? Just like you can with push notifications.

Thanks

Hello @Farid

There is no such possibility when using email API.
But nevertheless, using timers, I think you can implement the functionality you need.

You can implement Timers with:

Ok, thank you.
That is what I am currently using