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.
community_sendgrid · action · Utility · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationTipo invio | enumsendEmailsendTemplate | yes | sendEmail | sendEmail = corpo libero. sendTemplate = Dynamic Template SendGrid. |
toDestinatario | expression | yes | — [email protected] | Email destinatario. Supporta {{input.email}}. |
fromMittente (verificato su SendGrid) | expression | yes | — [email protected] | Email mittente VERIFICATA in SendGrid (Sender Authentication), altrimenti rifiutata. |
fromNameNome mittente | string | no | — Studio Zeli | Nome visualizzato (opzionale). Es. "Studio Zeli <noreply@...>". |
replyToReply-To | expression | no | — [email protected] | Email per le risposte (opzionale). |
subjectOggetto | expression | no | — Conferma ordine #{{input.orderId}} | Oggetto email. Obbligatorio per sendEmail (ignorato per template). |
contentTypeFormato corpo | enumtext/plaintext/html | no | text/plain | text/html per email formattate, text/plain per testo semplice. |
bodyCorpo email | expression | no | — Ciao {{input.nome}}, il tuo ordine è confermato. | Contenuto email. Obbligatorio per sendEmail. |
templateIdTemplate ID (sendTemplate) | expression | no | — d-xxxxxxxxxxxxxxxx | ID Dynamic Template SendGrid. Obbligatorio per sendTemplate. |
dynamicDataJsonDati template (JSON) | expression | no | — {"nome":"Mario","ordine":"#123"} | Variabili da iniettare nel template (solo sendTemplate). |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes