Skip to main content
Rilo provides comprehensive email management tools for sending, receiving, and organizing emails across multiple email platforms. These tools enable automated email workflows, contact management, and email organization.

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 with gmail 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 with outlook 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 with zoho_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

The workflow will:
  1. Use Gmail’s fetch_emails to retrieve unread messages
  2. Process email content
  3. Send summary to Slack

Example: Email Trigger Workflow

The workflow will:
  1. Use Gmail trigger GMAIL_NEW_GMAIL_MESSAGE with filter
  2. Process email automatically when received
  3. Execute workflow steps

Best Practices

Use Gmail query syntax for efficient email filtering:
  • from:user@example.com - Emails from specific sender
  • subject:urgent - Emails with specific subject
  • after:2024/01/01 - Emails after date
  • label:important - Emails with specific label
Use batch operations for efficiency:
  • batch_modify_messages for bulk label updates
  • batch_delete_messages for bulk deletions
  • Process up to 1,000 messages at once
Create drafts for review workflows:
  • Use create_email_draft for approval workflows
  • Review drafts before sending
  • Use send_draft after 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
Each email tool integration connects to a single authenticated account. To use multiple accounts, create separate workflows.