Dedicated Mailbox Addresses
When you create an agent identity (e.g.@eva), Wirebox immediately assigns an address on the global domain:
Receiving Email
When someone sends an email to your agent’s address, Wirebox processes the message and formats it into clean JSON containing:- Sender & Recipients:
from,to,cc. - Subject & Content: Clean plain-text body (
text) and formatted HTML (html). - Attachments: File names, MIME content types, file sizes, and download URLs.
- Thread Context: Grouped conversation reference (
thread_id).
Sending & Replying
Agents can send emails using the Send API:- New Conversations: Omit
thread_idto start a brand new conversation thread with a recipient. - Replying to Existing Threads: Pass the incoming message’s
thread_id. Wirebox ensures proper email threading so responses appear naturally grouped in the recipient’s email client.