A campaign email, a reply, a manually sent email, or any other email that's visible in the Unibox
Timestamp when the email was added to our database. This is not the timestamp of the email itself, since the email could have been sent at a different time. Please check the timestamp_email
field for the timestamp of the email.
The timestamp of the email, as provided by the email server. Please note that the timestamp is not always accurate, as it can be manipulated by the sender or the email server.
Unique email ID from the email server
Comma-separated list of recipient email addresses
An object containing the email body in HTML and text format
The workspace ID
The email account that was used to send the email. This needs to be validated to make sure it exists in the user workspace
The sender email address, populated based on the eaccount
The id of the campaign that the email is associated with (it can be null for manually sent emails)
The id of the campaign subsequence that the email is associated with (it can be null for manually sent emails)
The id of the list (if the lead is part of a list)
The email address of the lead that the email is associated with
Email type based on the life cycle of the email
Enum Value | Description |
---|---|
1 | Sent from campaign |
2 | Received |
3 | Sent |
4 | Scheduled |
x-parsed-md-1 | Sent from campaign |
x-parsed-md-2 | Received |
x-parsed-md-3 | Sent |
x-parsed-md-4 | Scheduled |
Identifier for the email thread. All the emails in the same thread have the same thread ID
A short preview of the email content (usually the first few lines of the email)
{ "id": "0196cbae-94fd-73fd-bb54-3775f378c44a", "timestamp_created": "2025-05-13T22:05:38.429Z", "timestamp_email": "2025-05-13T22:05:38.429Z", "message_id": "<example123@mail.gmail.com>", "subject": "Re: Your inquiry", "from_address_email": "sender@example.com", "to_address_email_list": "recipient@example.com", "cc_address_email_list": "cc@example.com", "bcc_address_email_list": "bcc@example.com", "reply_to": "replyto@example.com", "body": { "text": "This is a test email", "html": "<p>This is a test email</p>" }, "organization_id": "0196cbae-94fd-73fd-bb54-3776d0165ba3", "campaign_id": "0196cbae-94fd-73fd-bb54-37779496f310", "subsequence_id": "0196cbae-94fd-73fd-bb54-3778db297b31", "list_id": "0196cbae-94fd-73fd-bb54-377964f19709", "lead": "jondoe@example.com", "lead_id": "0196cbae-94fd-73fd-bb54-377a3fdafb8d", "eaccount": "eaccount-123", "ue_type": 3, "step": "step-123", "is_unread": true, "is_auto_reply": false, "reminder_ts": "2025-05-13T22:05:38.429Z", "ai_interest_value": 0.75, "ai_assisted": 1, "is_focused": 1, "i_status": 0, "thread_id": "0196cbae-94fd-73fd-bb54-377b7434e016", "content_preview": "This is a preview of the email content.", "from_address_json": [], "to_address_json": [], "cc_address_json": [] }