node-red-contrib-sendgrid
Version:
Sending e-mail node using SendGrid service
22 lines (21 loc) • 630 B
JSON
{
"sendgrid": {
"label": {
"apiKey": "APIキー",
"apiKeyPlaceholder": "SendGrid設定ページのAPIキーを貼り付け",
"from": "送信元",
"multiple": "個別送信",
"to": "宛先",
"format": "形式",
"text": "テキスト",
"html": "HTML",
"template": "テンプレート",
"templateId": "テンプレID",
"templateData": "テンプレートデータ"
},
"status": {
"sending": "送信中",
"sendfail": "送信失敗"
}
}
}