Adding a Mailing List Subscription with Mailjet and Netlify Functions

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • mailjet-apiv3-nodejs

    [API v3] Official Mailjet API v3 NodeJS wrapper

  • Mailjet provides a JavaScript SDK that actually makes integrating with its API pretty easy. You'll need your Mailjet API key and secret key, which you can find in Mailjet under Account Settings and then choose "API Key Management (Primary and Sub-account)" under REST API. Place those in an environment variable.

  • axios

    Promise based HTTP client for the browser and node.js

  • Every Netlify function has a URL that you can post to, so it's just a matter of making the HTTP request. The script is pretty simple, it adds a submit event listener to the form, gathers the data and then uses Axios to make the request to the function. Do I need Axios? No, but it works.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • React Magic: How to Create a Custom Hook for Seamless Data Retrieval.

    1 project | dev.to | 30 Apr 2024
  • API Handling: Utilizing the Facade Pattern with Axios in Frontend Development

    2 projects | dev.to | 25 Apr 2024
  • The Developer's Guide to OWASP API Security

    1 project | dev.to | 2 Apr 2024
  • HTTP Requests in JavaScript: Popular Libraries for Web Developers

    1 project | dev.to | 11 Mar 2024
  • Why do people use Axios instead of Fetch

    3 projects | dev.to | 29 Jan 2024