The type code is ET
typedId | string | ||||||
subject | string <= 2048 characters | ||||||
lastUpdateDate | string <date-time> | ||||||
errorMessage | string <= 255 characters | ||||||
sourceObject | string <= 255 characters | ||||||
body | string | ||||||
version | integer | ||||||
sent | boolean | ||||||
retriesLeft | integer | ||||||
object | |||||||
| |||||||
createdBy | integer | ||||||
object | |||||||
| |||||||
object | |||||||
| |||||||
object | |||||||
| |||||||
plainText | boolean | ||||||
createDate | string <date-time> | ||||||
lastUpdateBy | integer |
{- "typedId": "string",
- "subject": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "errorMessage": "string",
- "sourceObject": "string",
- "body": "string",
- "version": 0,
- "sent": true,
- "retriesLeft": 0,
- "attachment": {
- "attachment": [
- 0
], - "attachmentName": "string",
- "attachmentMimeType": "string"
}, - "createdBy": 0,
- "sender": {
- "senderName": "string",
- "senderEmailAddress": "string"
}, - "replyTo": {
- "replyToName": "string",
- "replyToEmailAddress": "string"
}, - "recipient": {
- "name": "string",
- "emailAddress": "string",
- "recipientType": "string"
}, - "plainText": true,
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}