Create a reply draft
Creates an unsent reply draft for an inbound message. Unlike the
/actions/reply endpoint, which sends immediately, this stores a draft that can
be reviewed and edited before sending.
reply_to_message_id and thread_id are inherited from the parent message and
cannot be set by the caller. The recipient, Re: subject and
In-Reply-To/References headers are pre-filled from the parent using the same
rules as a live reply, so sending the draft threads identically. Supplying to
or subject explicitly overrides the pre-filled value.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Email inbox UUID.
Inbound message UUID to reply to.
Body
All fields are optional — a draft may be saved incomplete. account_id,
inbox_id, status, sent_at, sent_message_id, reply_to_message_id and
thread_id are server-owned and ignored if supplied.
255Alias for text_body, matching the send endpoint.
Alias for html_body, matching the send endpoint.
Response
The created reply draft.
An unsent, mutable draft message belonging to an inbox.