Gmail
Supercharge your inbox by automating email dispatches directly from your workflow. The Gmail node natively integrates with Google's API, allowing you to send beautifully formatted HTML emails, attach files, or even read incoming messages for processing.
What can you do with Gmail?
Dynamic Templating
Send beautifully customized HTML emails by injecting your workflow's dynamic variables directly into your automated email body and subject lines.
File Attachments Support
Automatically attach binary files downloaded from earlier HTTP Requests or CSV exports generated within the workflow directly to your outgoing emails.
Secure API Integration
Leverages Google's strict and secure API constraints, completely avoiding the dreaded need for enabling "Less Secure Apps" or managing manual SMTP passwords.
Detailed Usage & Configuration
The Gmail node transforms a standard Google email account into an automated dispatch engine. It connects securely via OAuth2, negating the need for unsecure App Passwords or complex SMTP configurations.
1. Core Use Cases
Integrate this node tightly at the end of decision branches to handle alerting and customer communications:
- System Alerting: Route critical workflow failure logs (or Error Trigger outputs) directly to an administrative inbox natively instead of utilizing complex external aggregators.
- Customer Follow-ups: Draft fully formatted HTML tracking updates or introductory welcome emails and automatically dispatch them milliseconds after a webhook registers a successful user signup.
2. Advanced Capabilities
Beyond simple text messages, the Gmail API is exposed comprehensively:
- Rich HTML Support: Configure the node to send standard
text/plainor lushtext/html. If using HTML, inject CSS styling and responsive layouts seamlessly. - Reply Tracking: Assign custom
Message-IDandIn-Reply-ToHTTP headers cleanly through the interface, ensuring your automated emails thread neatly into existing customer conversation chains. - File Attachments: (Coming Soon) Seamlessly grab binary PDF invoices generated from upstream nodes and attach them natively to the outgoing payload.
