
Public
Like
renderEmails
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Render sends emails when deploys fail but I want those notifications to come in our team Discord channel, and tag our team. Render doesn't have webhooks for this, so I set up a Gmail filter and forward to this email handler val, which in turn forwards the content to our engineering Discord channel.
I also found myself wanting this script to auto-create Github Issues, assigned to the right person, in our current milestone, so now this script does that, with @stevekrouse/createIssue as the helper function.
Email