You're viewing a demo portfolio

Join the waitlist
PRSM

iliad_transactional_email

Active

Tool of AXIS Toolbox — Agentic Commerce Codebase Intelligence

declared in 0.5.3

Send a single transactional email. Requires Authorization: Bearer <api_key>. Provide either body_html, body_text, or both (Resend will pick the best variant per recipient). All emails ship from RESEND_FROM_ADDRESS — operator must verify that domain in Resend before sending. Returns the provider-assigned message_id plus the accepted recipient list. Returns a structured _not_configured envelope when RESEND_API_KEY or RESEND_FROM_ADDRESS is missing. Recipients capped at 50 per call; subject capped at 998 chars; bodies capped at 1 MB. Engineer mode (X-Agent-Mode: engineer — Deliverability, $0.50): instead of sending, pass a `domain` and get a full SPF/DKIM/DMARC setup (fresh DKIM keypair) + sender warmup schedule + verification checklist — no email sent, no ESP key needed.

Parameters schema

{
  "type": "object",
  "properties": {
    "to": {
      "type": [
        "string",
        "array"
      ],
      "description": "Recipient address or array of addresses (max 50). Required for a send (standard mode)."
    },
    "domain": {
      "type": "string",
      "description": "Engineer mode (Deliverability): domain to generate SPF/DKIM/DMARC setup for. Replaces the send."
    },
    "subject": {
      "type": "string",
      "description": "Email subject (max 998 chars, RFC 5322)."
    },
    "provider": {
      "type": "string",
      "description": "Engineer mode: ESP for the SPF include (resend/sendgrid/mailgun/postmark/ses/google). Defaults resend."
    },
    "reply_to": {
      "type": "string",
      "description": "Optional Reply-To address."
    },
    "body_html": {
      "type": "string",
      "description": "HTML body. At least one of body_html / body_text required."
    },
    "body_text": {
      "type": "string",
      "description": "Plaintext body. At least one of body_html / body_text required."
    },
    "dmarc_policy": {
      "type": "string",
      "description": "Engineer mode: DMARC policy none|quarantine|reject. Defaults none (monitoring)."
    },
    "dkim_selector": {
      "type": "string",
      "description": "Engineer mode: DKIM selector (alphanumeric/hyphen, 1-32). Defaults 'axis'."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

AXIS Toolbox — Agentic Commerce Codebase Intelligence

https://github.com/lastmanupinc-hub/Toolbox

1/7 registries
View full server →