Skip to content

This is an example showing how to use the Sendinblue API to send transactional email with NodeJS

License

Notifications You must be signed in to change notification settings

dilsayar/sendinblue-nodejs-transactional-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transactional Email with Sendinblue API

This is an example showing how to use the Sendinblue API to send transactional email with NodeJS.

Installation & Running

  • You need to have NodeJS installed to run this project.
  • Install dependencies by running npm install or yarn install inside the project directory.
  • Then rename .env.example to .env and set your API key inside the .env file.
  • The value to update is SENDINLBUE_API_KEY = "api-key"
  • Then open the sendinblue-api.js file and edit the email sender, recipient, content and related variables.
  • Finally run node sendinblue-api.js command inside the project directory to execute the code.

Help & Documents

Detailed guides and API specification can be found on Sendinblue developer website.

Online Preview & Development

Maintainer

Hi there, I am Hüseyin Demirtaş. This is a code snippet I am using for one of my projects. Feel free to use it. You can say hi 👋 on Twitter .

About

This is an example showing how to use the Sendinblue API to send transactional email with NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published