email

Send emails via Resend, Mailgun, or SendGrid using provider credentials.

2|1|Updated Jul 19, 2024
One-click install
npx skills add https://github.com/TeamDay-AI/agents --skill email-teamday-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/TeamDay-AI/agents/tree/main/skills/teamday/email
Command: npx skills add https://github.com/TeamDay-AI/agents --skill email-teamday-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users send emails using their own email provider credentials (Resend, Mailgun, or SendGrid) directly from their Space, removing the need for a centralized managed email channel.

Core Features & Use Cases

  • Auto-detects and uses the available provider based on configured credentials.
  • Supports multiple providers (Resend, Mailgun, SendGrid) with a customizable From address.
  • Use cases include reports, alerts, client communications, and general business emails.

Quick Start

Configure one of RESEND_API_KEY, MAILGUN_API_KEY, or SENDGRID_API_KEY in your environment and run the email skill to send a message.

Frequently Asked Questions about email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send automated emails using my own SendGrid or Mailgun credentials?▼

To send automated emails, configure your SendGrid or Mailgun credentials as environment variables and set a FROM address. The system auto-detects the available provider to dispatch reports, alerts, and client communications.

Can I use Resend to send business email notifications without a managed email channel?▼

Yes, you can use Resend by setting the RESEND_API_KEY environment variable and a configured FROM address. This removes the need for a centralized managed email channel by sending directly through your own provider.

What is the best way to send automated alerts through multiple email providers?▼

The best way to send automated alerts is configuring credentials for Resend, Mailgun, or SendGrid in your environment. The system auto-detects the available provider based on the configured API keys to send messages.

Do I need to manually select an email provider before sending reports and client communications?▼

No, you do not need to manually select an email provider. Once you configure one of the supported API keys as environment variables, the provider is auto-detected to send your reports and client communications.

Which environment variables are required to send email alerts with my own provider credentials?▼

You need to set one of RESEND_API_KEY, MAILGUN_API_KEY, or SENDGRID_API_KEY as environment variables, along with a configured FROM address, to send email alerts using your own provider credentials.

Why does my email automation fail to send messages across different providers?▼

Email automation fails if the required environment variables like RESEND_API_KEY, MAILGUN_API_KEY, or SENDGRID_API_KEY are missing or invalid, preventing the system from auto-detecting a provider to send messages.