Sending emails
Use case :- I have a supabase table with due dates and I want to send my users email on their due dates
2 Replies
AI Support Bot Information
<@747810758108381305> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
I couldn't find a specific pre-built template for sending email notifications based on due dates in a Supabase table using BuildShip. However, you can create a workflow that includes the following steps:
1. Set up your Supabase Database:
- Ensure your Supabase table contains a column for due dates and user email addresses.
2. Create a Workflow in BuildShip:
- Use a Scheduler or Trigger Node to periodically check the due dates in your Supabase table.
- Query your Supabase table to find users with due dates matching the current date.
- Use an Email Node to send notifications to these users.
3. Connect to Supabase:
- Use the Supabase integration to connect to your Supabase database and fetch data.
4. Send Email:
- Set up an email service (like SMTP or an email API) to send emails to the users.
If you need further assistance or a more detailed step-by-step guide, please let me know or consider reaching out to BuildShip support for customized help.
BuildShip AI Support