Description
Leggi e invia email via Gmail con OAuth 2.0. Filtra per query Gmail (label, sender, unread), supporta allegati fino a 25MB, MIME parsing automatico, auto-refresh dei token entro 5 minuti dalla scadenza.
integration_gmail · action · SaaS Integrations · Available · v1.0.0
Leggi e invia email via Gmail con OAuth 2.0. Filtra per query Gmail (label, sender, unread), supporta allegati fino a 25MB, MIME parsing automatico, auto-refresh dei token entro 5 minuti dalla scadenza.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
actionAzione | enumreadsend | yes | — | read = lista messaggi con query Gmail. send = nuovo messaggio. |
integrationLabelEtichetta integrazione | string | yes | — | Label dell'account Gmail collegato da Settings → Integrazioni. |
queryQuery Gmail | string | no | — from:[email protected] is:unread | Sintassi Gmail search (solo per action=read). |
maxResultsMax messaggi | number | no | 25 | Solo per action=read. Massimo 500. |
toDestinatario | string | no | — | Per action=send. |
subjectOggetto | string | no | — | Per action=send. |
bodyCorpo HTML | string (multiline) | no | — | HTML supportato. Per action=send. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
messagesmessageIdthreadIdJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-integration_gmail-1",
"defId": "integration_gmail",
"label": "Gmail",
"config": {
"action": "read",
"integrationLabel": "<integrationLabel>",
"maxResults": 25
}
}Standard Google OAuth 2.0. Per-tenant AES-256-GCM encrypted refresh tokens (HKDF derivation from master key). Minimum scopes required. Revocable anytime from Google Account → Security.
Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes