node-red-contrib-sendgrid
Version:
Sending e-mail node using SendGrid service
22 lines (21 loc) • 569 B
JSON
{
"sendgrid": {
"label": {
"apiKey": "API key",
"apiKeyPlaceholder": "Paste API Key created in SendGrid settings",
"from": "From",
"multiple": "Multiple",
"to": "To",
"format": "Format",
"text": "text",
"html": "html",
"template": "Template",
"templateId": "Template ID",
"templateData": "Template Data"
},
"status": {
"sending": "sending",
"sendfail": "send failed"
}
}
}