🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

node-red-contrib-sendgrid

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sendgrid

Sending e-mail node using SendGrid service

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

node-red-contrib-sendgrid

Sending e-mail node using SendGrid service

The default e-mail node sometimes encounters a login problem occurred from unusual behavior. For example, Gmail authentication will show an alert when Node-RED runtime is located in a different location from the user's local PC or smartphone. SendGrid node can solve the problem because SendGrid service ensures sending an e-mail.

How to use

(1) Install SendGrid node (node-red-contrib-sendgrid) using manage palette in Node-RED

(2) Get API key from SendGrid website ( https://sendgrid.com/ )

(3) Paste the API key on the property of SendGrid node property

(4) Create flows using SendGrid node flow

SendGrid node specification

Sends the msg.payload as an email, with a subject of msg.topic. The default message recipient can be configured in the node. If it is left blank, it should be set using the msg.to property of the incoming message. you can also specify msg.cc and/or msg.bcc properties. You can set sender of msg.from in the payload. If the payload is a binary buffer then it will be converted to an attachment. The filename should be set using msg.filename. Optionally msg.description can be added for the body text.

Keywords

node-red

FAQs

Package last updated on 07 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts