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 | ||||
attachment | boolean | ||||
createdBy | integer | ||||
object | |||||
| |||||
object | |||||
| |||||
recipient | string | ||||
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": true,
- "createdBy": 0,
- "sender": {
- "senderName": "string",
- "senderEmailAddress": "string"
}, - "replyTo": {
- "replyToName": "string",
- "replyToEmailAddress": "string"
}, - "recipient": "string",
- "plainText": true,
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}