You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_send_approved_email

Active

Tool of ChiefLab

declared in 0.3.0

[chieflab_* alias of chiefmo_send_approved_email] Send an approved launch email through the email sending rail (current adapter: resend). USE WHEN the user has approved an email publishAction from chiefmo_launch_product and you need to fire the send. Strict approval gate (same shape as chiefmo_publish_approved_post). `from` MUST be on a domain verified at the adapter (resend.com) — check chieflab_list_email_senders first. Single recipient or short list (≤50). Money/external-system action — once sent cannot be unsent.

Parameters schema

{
  "type": "object",
  "required": [
    "from",
    "to",
    "subject"
  ],
  "properties": {
    "to": {
      "description": "Recipient(s). Single email or array (≤50)."
    },
    "from": {
      "type": "string",
      "description": "Sender. Must be a verified Resend domain address (e.g. 'Brand <hi@yourdomain.com>')."
    },
    "html": {
      "type": "string",
      "description": "HTML body (preferred for inboxing)."
    },
    "text": {
      "type": "string",
      "description": "Plain-text fallback (recommended)."
    },
    "replyTo": {
      "description": "Optional reply-to address(es)."
    },
    "subject": {
      "type": "string"
    },
    "actionId": {
      "type": "string",
      "description": "The publishAction.id from chiefmo_launch_product. Required for the approval gate to fire."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →