Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Your Inbound API key. Include it in the Authorization header as: Bearer

Path Parameters

id
string
required

Email ID or Thread ID to reply to

Body

from
string
required

Sender email address

to

Recipient email address(es) - defaults to original sender

subject
string

Email subject - defaults to Re: original subject

html
string

HTML content of the email

text
string

Plain text content of the email

headers
object

Custom email headers

attachments
object[]
reply_all
boolean

Include original CC recipients

tags
object[]

Response

Response for status 200

id
string
required
message_id
string
required
aws_message_id
string
required
replied_to_email_id
string
required
is_thread_reply
boolean
required
replied_to_thread_id
string