Email

Messaging integration · 2 node(s) including 1 trigger.

00Overview

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Email

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

FieldTypeDetails
Content TypestringPlain Text, HTML
i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Send

Send Email

messaging/email/send · Action

Send an email via SMTP with optional HTML body

FieldTypeDetails
SMTP HoststringRequiredsmtp.example.com
SMTP PortintegerRequired587
Usernamestringuser@example.com
Passwordstring
Use TLSboolean
From AddressstringRequirednoreply@example.com
To AddressesstringRequireduser@example.com, admin@example.com
SubjectstringRequiredHello from Flomation
BodytextRequiredEmail body content
Content Typestringchoices: Plain Text, HTML

Returns: tool_result, success, error

03Triggers

Email Trigger

trigger/email · Trigger

Triggers a flow when a new email arrives in a connected Gmail account

FieldTypeDetails
Google OAuth CredentialcredentialRequired${credentials.GOOGLE_GMAIL}
Gmail Search Filterstringis:unread
Account Filter (email or label)string

Returns: email_id, thread_id, from, to, subject, snippet, body_text, date, labels, has_attachments, account, triggered_at

04Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.