Gmail
Send Gmail or trigger workflows from Gmail events
Gmail is Google's popular email service that provides a robust platform for sending, receiving, and managing email communications. With over 1.8 billion active users worldwide, Gmail offers a feature-rich experience with powerful search capabilities, organizational tools, and integration options.
With Gmail, you can:
- Send and receive emails: Communicate with contacts through a clean, intuitive interface
- Organize messages: Use labels, folders, and filters to keep your inbox organized
- Search efficiently: Find specific messages quickly with Google's powerful search technology
- Automate workflows: Create filters and rules to automatically process incoming emails
- Access from anywhere: Use Gmail across devices with synchronized content and settings
- Integrate with other services: Connect with Google Calendar, Drive, and other productivity tools
In Worxflow, the Gmail integration enables your agents to send emails programmatically. This allows for automation scenarios such as sending notifications, alerts, and automated communications. Your agents can compose and send personalized emails directly through the workflow. Coming soon, agents will also be able to listen for new emails in real-time, enabling responsive workflows that can trigger actions based on incoming messages. This integration bridges the gap between your AI workflows and email communications, enabling seamless interaction with one of the world's most widely used communication platforms.
Note: To avoid lengthy Google verification, only send functionality is currently available. Email reading, drafting, and search features require restricted scopes and are not yet enabled.
Usage Instructions
Integrate Gmail into the workflow. Can send emails. Can be used in trigger mode to trigger a workflow when a new email is received.
Tools
gmail_send
Send emails using Gmail
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient email address |
subject | string | Yes | Email subject |
body | string | Yes | Email body content |
cc | string | No | CC recipients (comma-separated) |
bcc | string | No | BCC recipients (comma-separated) |
Output
| Parameter | Type | Description |
|---|---|---|
content | string | Success message |
metadata | object | Email metadata |
Notes
- Category:
tools - Type:
gmail