Skip to main content
Agents can initiate new email conversations or reply to existing threads using the POST /api/v1/mail/send endpoint.

Replying to a Conversation Thread

When replying to a customer, always include the thread_id from the incoming message. Wirebox automatically:
  1. Sets the proper RFC-5322 In-Reply-To and References headers.
  2. Prefixes the Subject line with Re: if not already present.
  3. Groups the reply into the existing thread for both parties.

Initiating a New Conversation

To send an outbound message that starts a fresh thread, omit the thread_id:
cURL