Available Tools
- Gmail - Google’s email service with spam protection, search, and G Suite integration
- Outlook - Microsoft’s email and calendaring platform with unified workspace
- Zoho Mail - Secure, ad-free email hosting with collaboration tools and admin controls
Gmail
Gmail is Google’s email service featuring spam protection, powerful search functions, and seamless integration with other G Suite apps for productivity.Authentication
Requires authentication withgmail integration.
Available Functions
Gmail provides 28 functions for comprehensive email management:Available Triggers
Gmail supports app event triggers for workflow automation:Use
get_tools_trigger_actions to discover all available triggers for Gmail. Triggers can be filtered by sender, subject, labels, and other criteria.Outlook
Outlook is Microsoft’s email and calendaring platform integrating contacts and scheduling, enabling users to manage communications and events in a unified workspace.Authentication
Requires authentication withoutlook integration.
Available Functions
Outlook provides extensive functions for email, calendar, and contact management:Outlook provides many more functions for email, calendar, contacts, and folder management. Use
get_tools_capabilities to see the complete list.Available Triggers
Outlook supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Outlook.Zoho Mail
Zoho Mail is a secure, ad-free email hosting platform with collaboration tools, calendar integration, and extensive administrative controls.Authentication
Requires authentication withzoho_mail integration.
Available Functions
Zoho Mail provides functions for email management and organization administration:Zoho Mail provides additional functions for email management. Use
get_tools_capabilities to see the complete list.Available Triggers
Zoho Mail supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Zoho Mail.Using Email Tools in Workflows
Example: Automated Email Processing
- Use Gmail’s
fetch_emailsto retrieve unread messages - Process email content
- Send summary to Slack
Example: Email Trigger Workflow
- Use Gmail trigger
GMAIL_NEW_GMAIL_MESSAGEwith filter - Process email automatically when received
- Execute workflow steps
Best Practices
Email Filtering
Email Filtering
Use Gmail query syntax for efficient email filtering:
from:user@example.com- Emails from specific sendersubject:urgent- Emails with specific subjectafter:2024/01/01- Emails after datelabel:important- Emails with specific label
Batch Operations
Batch Operations
Use batch operations for efficiency:
batch_modify_messagesfor bulk label updatesbatch_delete_messagesfor bulk deletions- Process up to 1,000 messages at once
Draft Management
Draft Management
Create drafts for review workflows:
- Use
create_email_draftfor approval workflows - Review drafts before sending
- Use
send_draftafter approval
Limitations
- Gmail: Cannot exceed daily sending quota (typically 500 emails/day for free accounts)
- Gmail: Cannot use “me” as recipient_email (only valid for user_id parameter)
- All Tools: Each tool connects to a single authenticated account per workflow
- All Tools: Subject to service rate limits and API quotas