Hi, Is there a way to schedule emails via sendgrid based on dates. i.e - entries expires, email is automatically sent? Thanks

Hello.

You can achieve this by scheduling a recurring job to check for a given condition at a given time repeatedly. Check out this article to learn more: Corvid: Scheduling Recurring Jobs

Good luck!