I would like to be able to send an email after a page has been successfully deployed.
Right now I have a github action that automatically merges any open PRs at a certain time.
I've connected cloudflare pages to this github repo, and it automatically deploys the new PR, which is great, but I also want to get an update when that happens. Any ideas? Should I use /functions somehow? I saw cloudflare has an email service, but I couldn't understand how to make it work...
https://blog.cloudflare.com/sending-email-from-workers-with-mailchannels/
Sorry, I'm quite new to this 😦