1 of 4

Slide Notes

DownloadGo Live

Exploring Mailjet with Node

Published on Mar 22, 2016

No Description

PRESENTATION OUTLINE

Exploring Mailjet with Node

basic interaction with the API

Basic CMD app

  • node addMailjetContact.js

Packages Used

  • Only http to perform API requests (POST)

Authentification

  • Basic HTTP Auth
  • Use "auth" option of http.request:
  • auth: apiKey+":"+secretKey