Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.26 KB

GetInboundEmailEventsByUuid.md

File metadata and controls

17 lines (13 loc) · 1.26 KB

GetInboundEmailEventsByUuid

Properties

Name Type Description Notes
received_at datetime Date when email was received on SMTP relay [optional]
delivered_at datetime Date when email was delivered successfully to client’s webhook [optional]
recipient str Recipient’s email address [optional]
sender str Sender’s email address [optional]
message_id str Value of the Message-ID header. This will be present only after the processing is done. [optional]
subject str Value of the Subject header. This will be present only after the processing is done. [optional]
attachments list[GetInboundEmailEventsByUuidAttachments] List of attachments of the email. This will be present only after the processing is done. [optional]
logs list[GetInboundEmailEventsByUuidLogs] List of events/logs that describe the lifecycle of the email on SIB platform [optional]

[Back to Model list] [Back to API list] [Back to README]