@cgignite/ignite-sendgrid
Version:
Send Grid node allows you to send email within your Ignite APIs and apps via Send Grid
28 lines (27 loc) • 567 B
JSON
{
"name": "@cgignite/ignite-sendgrid",
"node-red": {
"nodes": {
"sendgrid": "lib/send-grid.js",
"sendgrid-config": "lib/send-grid-config.js"
}
},
"version": "1.0.1",
"description": "Send Grid node allows you to send email within your Ignite APIs and apps via Send Grid",
"scripts": {},
"author": {
"name": "bijay shah",
"email": "bijay.shah@cygrp.com"
},
"keywords": [
"CG",
"Ignite",
"email",
"Send Grid"
],
"license": "ISC",
"dependencies": {
"axios": "^0.20.0"
},
"devDependencies": {}
}