sales-mailgun

Route and deliver transactional emails using the Mailgun API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sales-skills/sales --skill sales-mailgun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sales-mailgun
Source: https://github.com/sales-skills/sales/tree/main/skills/sales-mailgun
Command: npx skills add https://github.com/sales-skills/sales --skill sales-mailgun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Mailgun provides a developer-first API for sending transactional email, inbound routing, domain management, and deliverability tooling; this Skill consolidates setup, best practices, and usage guidance to simplify implementing Mailgun in apps and campaigns.

Core Features & Use Cases

  • Sending via REST API or SMTP for transactional messages with per-message variables and templating
  • Inbound routing and webhooks to receive replies and events, with regex/JSONPath routing
  • Templates and domains management for reusable content and DNS configuration (DKIM/SPF)
  • Deliverability tooling including webhooks, events, validation add-on, and blocklist monitoring
  • Use cases: setting up new domains, sending password resets, order confirmations, inbound support workflows

Quick Start

Start by creating a Mailgun account, verify a sending domain, and send your first test email using the Messages API.

Frequently Asked Questions about sales-mailgun

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

FAQPage Schema
How do I send transactional emails using the Mailgun API?

Send transactional emails via Mailgun's REST API or SMTP by authenticating with API keys, defining per-message variables, and delivering messages through a verified sending domain. This Skill provides setup guidance and usage best practices for developers implementing the Messages API.

How do I configure inbound routing for replies with Mailgun webhooks?

Configure Mailgun inbound routing and webhooks to receive email replies and events using regex or JSONPath routing rules. This Skill covers setting up webhook endpoints and building inbound support workflows for processing incoming messages.

What DNS records do I need to verify a Mailgun sending domain?

Verifying a Mailgun sending domain requires configuring DKIM and SPF DNS records for your domain. This Skill guides you through domain management, DNS configuration, and deliverability tooling to ensure reliable transactional email delivery.

Does Mailgun support reusable templates for order confirmations and password resets?

Mailgun supports reusable templates for transactional messages like order confirmations and password resets. This Skill explains how to manage templates with per-message variables and send templated emails through the REST API.

Can I use Mailgun for transactional email deliverability monitoring and blocklist checks?

Mailgun provides deliverability tooling including events, webhooks, validation add-ons, and blocklist monitoring for transactional email. This Skill helps developers and operators implement end-to-end monitoring to maintain reliable sending and track deliverability issues.