chieflab_send_approved_email
[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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient(s). Single email or array (≤50). | |
| from | Yes | Sender. Must be a verified Resend domain address (e.g. 'Brand <hi@yourdomain.com>'). | |
| html | No | HTML body (preferred for inboxing). | |
| text | No | Plain-text fallback (recommended). | |
| replyTo | No | Optional reply-to address(es). | |
| subject | Yes | ||
| actionId | No | The publishAction.id from chiefmo_launch_product. Required for the approval gate to fire. |