Provides comprehensive email functionality for applications. Contains actions to configure email settings, compose messages, and send emails through external services. Includes tools to set recipients (to, cc, bcc), customize message content (subject, body), configure sender details, and integrate with email service providers for reliable message delivery.
Area: 🔌 External Integration
Available Actions
This set contains 8 actions:
- send-email - sends an email
- set-email-bcc - sets the email bcc field
- set-email-body - sets the email body field
- set-email-cc - sets the email cc field
- set-email-from - sets the email from field
- set-email-service - sets the email service the app will use
- set-email-subject - sets the email subject field
- set-email-to - sets the email to field
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
send-email "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Connecting to APIs
- Integrating with services
- Handling authentication