Software Alternatives & Reviews

How to make a serverless webhook for email alerts, using Gatsby Functions

SendGrid ExpressJS
  1. Learn why more developers choose SendGrid for their email deliverability service to send transactional emails triggered by web apps. Get started for free
    For email I chose to use Sendgrid. I also considered Nodemailer, but Sendgrid has a nice email template feature where my API can fetch URL, article title and excerpt from Contentful, and pass this information along to the email template in Sendgrid. Then the user receiving the email can click on a link in the email to open the article that was just published on the condo's web site.

    #Email Delivery #Transactional Email #Email Marketing 106 social mentions

  2. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    What I have made could easily be adapted to other needs or purposes. If you're not using Gatsby, you don't need to make any big changes to make it work with Netlify Functions or Next.js API routes. The code is pretty similar to how you would create this using the Node.js Express framework.

    #JavaScript Framework #Node.js Framework #Web Frameworks 425 social mentions

Discuss: How to make a serverless webhook for email alerts, using Gatsby Functions

Log in or Post with