Interface: MessageDetailResponse
Defined in: sdk/src/types.ts:304
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:305 |
organizationId | string | sdk/src/types.ts:306 |
providerAccountId | string | sdk/src/types.ts:307 |
templateVersionId | string | null | sdk/src/types.ts:308 |
fromAddress | string | sdk/src/types.ts:309 |
toHash | string | sdk/src/types.ts:310 |
toEncrypted | string | sdk/src/types.ts:311 |
subject | string | sdk/src/types.ts:312 |
status | string | sdk/src/types.ts:313 |
tags | string[] | sdk/src/types.ts:314 |
metadata | Record<string, unknown> | null | sdk/src/types.ts:315 |
providerMessageId | string | null | sdk/src/types.ts:316 |
createdAt | string | sdk/src/types.ts:317 |
sentAt | string | null | sdk/src/types.ts:318 |
deliveredAt | string | null | sdk/src/types.ts:319 |
events | EmailEvent[] | sdk/src/types.ts:320 |