reply_received_email
Reply to a received email's sender within the original thread using a verified sending address. Accepts optional subject, text, or HTML content.
Instructions
Reply to a received email's sender, threaded into the same conversation (POST /emails/receiving/:id/reply). from must be on a verified domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The received email id. | |
| from | Yes | A verified sending address. | |
| html | No | ||
| text | No | ||
| subject | No | Optional; defaults to Re: <received subject>. |