Hi there,
I would like to build a service that emails to people every day. Is this possible or do I have to get a third-party service to send these emails?
Hi there,
I would like to build a service that emails to people every day. Is this possible or do I have to get a third-party service to send these emails?
Yes, it is possible.
Make sure you get your sendgrid API key first.
Then, have a recursive API workflow that reschedules itself to run again in 24 hours.
You can search for API workflow or backend workflows, since this is their new name here.
Is there a tutorial on how to do this? Thank you.
Hi there!
We have tutorials on API workflows at nocodify.com. We have one exactly for sending emails to users. Check it out and let me know if you have any questions!
Tal