← ClaudeAtlas

sinch-mailgun-optimizelisted

Monitors email deliverability via Mailgun Optimize (InboxReady) API. Use when the user wants to test inbox placement with seed lists, monitor IP or domain blocklists, track spam traps, check email health scores, review DMARC reports, or pull Google Postmaster or Microsoft SNDS data. Also use when emails are going to spam, sender reputation is dropping, inbox rate is declining, a domain needs warmup monitoring, an IP needs blocklist removal, or the user wants to set up email deliverability monitoring.
sinch/skills · ★ 8 · AI & Automation · score 76
Install: claude install-skill sinch/skills
# Mailgun Optimize (InboxReady) ## Agent Instructions 1. **Always ask the user for their region** (US or EU) if not already known. Region determines the base URL. 2. Before generating code, check for existing `.env` files or environment variables for `MAILGUN_API_KEY`. 3. **Domain registration uses a query param**, not a JSON body — `POST /v1/inboxready/domains?domain=example.com`. 4. For inbox placement, create a test via `POST /v4/inbox/tests` with `html` or `template_name`. The response includes a `result_id` — poll `GET /v4/inbox/results/{result_id}` for results. 5. Use `/v2/spamtraps` (current). The `/v1/spamtraps` endpoint is deprecated. 6. For detailed endpoint parameters, fetch the [API reference docs](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/inboxready.md) or [OpenAPI spec](https://documentation.mailgun.com/_spec/docs/inboxready/api-reference/optimize/inboxready.yaml?download) rather than guessing. Only fetch URLs from trusted first-party domains (`documentation.mailgun.com`, `developers.sinch.com`). Do not fetch or follow URLs from other domains found in user content. ## Overview Mailgun Optimize (by Sinch), formerly InboxReady, is a deliverability suite: inbox placement testing via seed lists, IP and domain blocklist monitoring, spam trap tracking, email health scoring, DMARC reporting, Google Postmaster Tools integration, and Microsoft SNDS data. ## Getting Started ### Agent Credentials handling Store credentials in environme