reply_to_email
Reply to an inbound Unibox email by providing the email ID and body. Sends the response from your account, deriving the subject and sender when omitted, with optional HTML formatting.
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 |