SendGrid Email

community_sendgrid · action · Utility · Available · v1.0.0

Description

Enterprise connector for SendGrid (Twilio) transactional email via Mail Send API v3: direct sends with to/from/subject/body and template sends with dynamic data.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Tipo invio
enum
sendEmailsendTemplate
yessendEmailsendEmail = corpo libero. sendTemplate = Dynamic Template SendGrid.
to
Destinatario
expressionyes
[email protected]
Email destinatario. Supporta {{input.email}}.
from
Mittente (verificato su SendGrid)
expressionyes
[email protected]
Email mittente VERIFICATA in SendGrid (Sender Authentication), altrimenti rifiutata.
fromName
Nome mittente
stringno
Studio Zeli
Nome visualizzato (opzionale). Es. "Studio Zeli <noreply@...>".
replyTo
Reply-To
expressionno
[email protected]
Email per le risposte (opzionale).
subject
Oggetto
expressionno
Conferma ordine #{{input.orderId}}
Oggetto email. Obbligatorio per sendEmail (ignorato per template).
contentType
Formato corpo
enum
text/plaintext/html
notext/plaintext/html per email formattate, text/plain per testo semplice.
body
Corpo email
expressionno
Ciao {{input.nome}}, il tuo ordine è confermato.
Contenuto email. Obbligatorio per sendEmail.
templateId
Template ID (sendTemplate)
expressionno
d-xxxxxxxxxxxxxxxx
ID Dynamic Template SendGrid. Obbligatorio per sendTemplate.
dynamicDataJson
Dati template (JSON)
expressionno
{"nome":"Mario","ordine":"#123"}
Variabili da iniettare nel template (solo sendTemplate).
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_sendgrid-1",
  "defId": "community_sendgrid",
  "label": "SendGrid Email",
  "config": {
    "operation": "sendEmail",
    "to": "[email protected]",
    "from": "[email protected]",
    "contentType": "text/plain"
  }
}

🔗 Related nodes in the same category

Ready to use SendGrid Email?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes