reply_to_email
Reply to an inbound Unibox email using the provided email ID and body. Send plain text or HTML; omitted subject and sender are auto-derived from the original message.
Instructions
Reply to an inbound Unibox email. HIGH_WRITE (sends mail from your account).
If eaccount (the sending account) or subject are omitted, they're derived
from the original email ("Re: ") on execute. Set html=true to send
body as HTML instead of plain text.
NOTE: v2 POST /emails/reply requires reply_to_uuid, eaccount, subject, and
a body object ({html|text}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| html | No | ||
| confirm | No | ||
| subject | No | ||
| eaccount | No | ||
| email_id | Yes |