sinch-mailgun-optimize
Installation
SKILL.md
Mailgun Optimize (InboxReady)
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.
Agent Instructions
Before generating code, gather from the user (skip any item already specified in the prompt or context):
- Region — US or EU? Region determines the base URL.
- Language — any language, or curl. This API is REST-only; there is no SDK wrapper.
- Before generating code, check for existing
.envfiles or environment variables forMAILGUN_API_KEY.
Product gotchas to apply unconditionally:
- Domain registration uses a query param, not a JSON body —
POST /v1/inboxready/domains?domain=example.com. - For inbox placement, create a test via
POST /v4/inbox/testswithhtmlortemplate_name. The response includes aresult_id— pollGET /v4/inbox/results/{result_id}for results. - Use
/v2/spamtraps(current). The/v1/spamtrapsendpoint is deprecated.