Automated Email

Hello,

I’ve created my own API for using sendGrid email templates and inside those templates are links which hold tokens that I’ve cached on the backendless. So if a user takes longer than the expiration time of the token it will redirect them to a screen that says “expired link”. I’m wondering if there is a way to trigger this API to send us an email whenever the token expires in the cache?

Sincerely,
Elijah

Hi @CD_Engineers ,
For now, the Hive doesn’t provide callbacks for expiration events. So you can only create a timer and check the status. ( e.g. every minute).

Regards,
Bohdan