Interface: MessageListItem
Defined in: sdk/src/types.ts:268
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:269 |
externalId | string | null | sdk/src/types.ts:270 |
fromAddress? | string | sdk/src/types.ts:271 |
from? | string | sdk/src/types.ts:272 |
to? | string | sdk/src/types.ts:273 |
subject | string | sdk/src/types.ts:274 |
status | string | sdk/src/types.ts:275 |
tags | string[] | sdk/src/types.ts:276 |
createdAt | string | sdk/src/types.ts:277 |
sentAt | string | null | sdk/src/types.ts:278 |
deliveredAt | string | null | sdk/src/types.ts:279 |
providerId? | string | null | sdk/src/types.ts:280 |
providerName? | string | null | sdk/src/types.ts:281 |
providerType? | string | null | sdk/src/types.ts:282 |
templateId? | string | null | sdk/src/types.ts:283 |
templateName? | string | null | sdk/src/types.ts:284 |
lastEvent? | | { type: string; occurredAt: string | null; bounceType: string | null; bounceReason: string | null; } | null | sdk/src/types.ts:285 |