Sha256: e7045d5f07b161068a3bb0899825599b2f04590a77f0cd36ab0e01ba0ec3a950
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
# SibApiV3Sdk::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** | **String** | Recipient’s email address | [optional] **sender** | **String** | Sender’s email address | [optional] **message_id** | **String** | Value of the Message-ID header. This will be present only after the processing is done. | [optional] **subject** | **String** | Value of the Subject header. This will be present only after the processing is done. | [optional] **attachments** | [**Array<GetInboundEmailEventsByUuidAttachments>**](GetInboundEmailEventsByUuidAttachments.md) | List of attachments of the email. This will be present only after the processing is done. | [optional] **logs** | [**Array<GetInboundEmailEventsByUuidLogs>**](GetInboundEmailEventsByUuidLogs.md) | List of events/logs that describe the lifecycle of the email on SIB platform | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems