Turn any email account into structured, queryable data.
Email is everywhere, but every provider works differently.
InboxCNX gives you one unified, structured API to read, search, tag, and process emails across any account — ready for your app, workflows, or AI.
{
"id": "msg_92af31",
"messageId": "<92af31@example.com>",
"provider": "gmail",
"threadId": "thr_4xf09a",
"subject": "Your order is confirmed",
"from": "noreply@example.com",
"to": ["me@myapp.com"],
"replyTo": "support@example.com",
"receivedAt": "2025-11-23T14:09:12Z",
"priority": "normal",
"body": {
"text": "Thanks for your purchase! Your order #18392 is confirmed.",
"html": "<p>Thanks for your purchase! Your order <strong>#18392</strong> is confirmed.</p>"
},
"attachments": [{
"filename": "receipt.pdf",
"mime": "application/pdf",
"size": 42180,
"text": "Receipt for order #18392, total $79.00."
}]
}