InboxEmail
List of the Inbox Email information.
Field : Object | Description |
---|---|
attachments: [EmailAttachment] | Lookup the email's attachments by its identifier. |
bcc: [String] | Represents Inbox Email 'BCC' email addresses. |
body: String | Represents Inbox Email body, with any eventual previous replies removed. |
card: Card | Lookup the card, from which the Inbox Email was sent, by its identifier. |
cc: [String] | Represents Inbox Email 'CC' email addresses. |
clean_html: String | Represents Inbox Email's clean HTML, only filtering the invalid or malicious characters and tags. |
clean_text: String | Represents Inbox Email's clean text, only filtering the invalid or malicious characters and tags. |
created_at: DateTime | translation missing: en.api.documentation.inbox_email.fields.created_at |
from: String | Represents Inbox Email sender email address. |
fromName: String | Represents Inbox Email sender's name. |
id: ID | Represents each email's identifier. |
main_to: String | Represents Inbox Email's primary email addresses destination. |
message_id: String | Represents the Inbox Email answer message identifier. |
pipe: Pipe | Lookup the pipe, from which the Inbox Email was sent, by its identifier. |
raw_headers: String | Represents Inbox Email raw headers. |
raw_html: String | Represents Inbox Email raw HTML format, only filtering invalid characters. |
sent_via_automation: Boolean | Indicates if this email was sent using an automation |
state: String | Represents Inbox Email state, which can be: * 0 - Pending * 1 - Processing * 2 - Processed * 3 - Failed |
subject: String | Represents Inbox Email subject. |
to: [String] | Represents Inbox Email receiver email address. |
type: InboxEmailType | |
updated_at: DateTime | Represents last Inbox Email update date and time. |
user: User | Lookup the email's creator. |
Deprecated : Object | Description |
---|---|
clean_body | Deprecated. translation missing: en.api.documentation.inbox_email.fields.clean_body |
from_name | Deprecated. Represents Inbox Email sender's name. |
raw_body | Deprecated. translation missing: en.api.documentation.inbox_email.fields.raw_body |
raw_text | Deprecated. translation missing: en.api.documentation.inbox_email.fields.raw_text |