What it does
The Send Email tool allows your agents to send HTML-formatted emails to one or multiple recipients. Perfect for notifications, reports, alerts, and automated communications.Key features
- Send to multiple recipients at once
- Full HTML email support with formatting
- Custom subject lines
- Automatic email delivery handling
- Support for rich content including links and styling
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
to | array | Yes | List of recipient email addresses |
subject | string | Yes | The email subject line |
html | string | Yes | HTML content of the email |
Common use cases
Send notifications
Send reports
Send alerts
Send formatted updates
HTML formatting tips
- Use standard HTML tags:
<h1>
,<h2>
,<p>
,<strong>
,<em>
- Create lists with
<ul>
and<ol>
tags - Add links with
<a href="url">text</a>
- Use tables for structured data
- Apply inline CSS for styling:
<div style="color: blue;">
- Include line breaks with
<br>
tags
Best practices
- Keep subject lines clear and descriptive
- Use proper HTML structure for better email client compatibility
- Test HTML content before sending to multiple recipients
- Include unsubscribe information for marketing emails
- Be mindful of email frequency to avoid spam filters
- Use professional formatting for business communications
Troubleshooting
“Invalid email address”- Check that all email addresses are properly formatted
- Ensure no typos in email addresses
- Verify that email addresses don’t contain invalid characters
- Check if recipient email addresses exist
- Verify that your email service is properly configured
- Some email providers may block automated emails
- Use simple, standard HTML tags
- Avoid complex CSS that email clients might not support
- Test with basic formatting first
- Avoid spam trigger words in subject lines
- Include proper sender information
- Don’t send too many emails in a short time period
Related tools
- Call API - Trigger emails via API calls
- Execute Python - Generate email content programmatically
- Postgres SQL - Query data for email reports