POST /api/v1/mail/send endpoint.
Replying to a Conversation Thread
When replying to a customer, always include thethread_id from the incoming message. Wirebox automatically:
- Sets the proper RFC-5322
In-Reply-ToandReferencesheaders. - Prefixes the Subject line with
Re:if not already present. - 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 thethread_id:
cURL