Gmail

integration_gmail · action · SaaS Integrations · Available · v1.0.0

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.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
action
Azione
enum
readsend
yesread = lista messaggi con query Gmail. send = nuovo messaggio.
integrationLabel
Etichetta integrazione
stringyesLabel dell'account Gmail collegato da Settings → Integrazioni.
query
Query Gmail
stringno
from:[email protected] is:unread
Sintassi Gmail search (solo per action=read).
maxResults
Max messaggi
numberno25Solo per action=read. Massimo 500.
to
Destinatario
stringnoPer action=send.
subject
Oggetto
stringnoPer action=send.
body
Corpo HTML
string (multiline)noHTML supportato. Per action=send.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • messages
  • messageId
  • threadId

💡 Configuration example

JSON 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
  }
}

🔒 Security notes

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.

🔗 Related nodes in the same category

Ready to use Gmail?

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

Start freeBrowse all nodes