email-specialist

Manage end-to-end email workflows with Resend API, webhooks, and React Email templates.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill email-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-specialist
Source: https://github.com/BFLabsAI/algoritmo-milionario/tree/main/skills/email-specialist
Command: npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill email-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides end-to-end email workflow guidance using the Resend API, webhooks, React Email templates, Brevo integration, and best practices to avoid common production issues.

Core Features & Use Cases

  • Supports sending (single and batch) via Resend API, inbound processing, webhooks, and template rendering with React Email
  • Integrates Brevo CRM/e-mail platform for contacts, deals, campaigns, and templates
  • Enforces deliverability, compliance (CAN-SPAM, GDPR, CASL), and reliability through idempotency, DNS/auth checks, and logging
  • Provides framework for building multi-step email flows, broadcasts, segments, topics, templates, and API key management

Quick Start

Install the Resend SDK and wire up a basic end-to-end email flow using Resend API, webhooks, and React Email templates.

Frequently Asked Questions about email-specialist

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

FAQPage Schema
How do I send transactional emails using the Resend API and React Email templates?

To send transactional emails with the Resend API, you wire up the SDK and render React Email templates for dynamic content. This approach supports single and batch sending while enforcing idempotency and deliverability best practices.

How do I verify Resend webhooks using raw-body signature validation?

Verifying Resend webhooks requires validating the raw-body signature to ensure payload integrity. This process prevents tampering and supports reliable inbound email processing and event tracking for transactional and marketing workflows.

Does the Resend API integrate with Brevo for managing contacts and email campaigns?

Yes, the Resend API integrates with Brevo to unify email workflows. You can sync Brevo CRM contacts, segments, deals, and templates alongside Resend events, creating a comprehensive platform for both transactional and marketing scenarios.

What's the best way to ensure email compliance with CAN-SPAM, GDPR, and CASL when sending marketing campaigns?

Ensuring email compliance with CAN-SPAM, GDPR, and CASL involves enforcing DNS authentication checks, managing topics and segments, and applying idempotency. This framework provides deliverability and compliance best practices for marketing broadcasts.

Why are my Resend API emails failing deliverability checks despite correct DNS setup?

Resend API email deliverability failures can stem from missing idempotency enforcement, improper webhook logging, or incomplete domain authentication. Reviewing event logs and API key management configurations helps identify and resolve these routing issues.