---
title: "Mailgun JavaScript SDK for Email Delivery and Domain Operations"
description: "An ASE skill built around the official Mailgun JavaScript SDK for sending email and managing Mailgun API workflows from Node.js. It fits agent tasks that need transactional messaging, domain-aware email operations, event handling, and direct integration with the Mailgun platform."
verification: "security_reviewed"
source: "https://github.com/mailgun/mailgun.js"
author: "mailgun"
publisher_type: "Company"
category:
  - "Calendar, Email & Productivity"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "mailgun/mailgun.js"
  github_stars: 547
---

# Mailgun JavaScript SDK for Email Delivery and Domain Operations

An ASE skill built around the official Mailgun JavaScript SDK for sending email and managing Mailgun API workflows from Node.js. It fits agent tasks that need transactional messaging, domain-aware email operations, event handling, and direct integration with the Mailgun platform.

## Prerequisites

Node.js runtime 18+ with the mailgun.js package

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install mailgun.js form-data
```

## Documentation

- https://documentation.mailgun.com/docs/mailgun/sdk/nodejs_sdk

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/mailgun-javascript-sdk-email-delivery-and-domain-operations/)
