Action: Send Email
Gmail Operation
The Send Email action delivers a composed message from your Gmail account to the specified recipient(s).
Example User Story
I want to send a meeting confirmation email to all participants so everyone has the details.
Fields
Field Name
Field Type
Required
Description
to
String
Yes
Recipient email address. Examples: user@example.com or John Doe <john@example.com>
subject
String
Yes
Email subject. Example: Weekly Status Report
body
String
Yes
Email body (plain text, supports multiline). Example: Hello...\n\nBest,\nAutomation
from
String
No
Sender email address (defaults to authenticated user). Example: Sales Team <sales@yourcompany.com>
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated