- Obtain an API Key from the Wirebox Console.
- Claim a dedicated agent identity and mailbox (
@eva). - Send an email to the agent and observe the incoming thread.
- Reply to the conversation using the API.
Step 1: Get an API Key
- Open the Wirebox Console.
- Sign in with GitHub or Google.
- Navigate to API Keys and click Create Key.
- Save the generated key (
wb_live_...).
Step 2: Create an Agent Identity
Claim a handle for your agent. When you create an identity, Wirebox automatically creates its mailbox (handle@wireboxmail.com).
Step 3: Receive an Email
Send an email from your personal Gmail or Outlook account toeva@wireboxmail.com.
Wirebox’s edge routing engine immediately:
- Ingests the raw MIME message.
- Extracts plain text and HTML bodies, headers, and attachments.
- Groups the message into an active conversation Thread.
- Fires a
message.receivedwebhook if configured.
cURL
Step 4: Send a Reply
Reply to the sender using the thread’s ID or conversation context:Next Steps
- Set up Webhooks to receive real-time notifications on your server whenever a new email arrives.
- Explore the API Reference to inspect all available query filters and endpoints.