EmailReference interface
電子メール通知エンティティを表します。
- Extends
プロパティ
| conversation |
メールに関連付けられている会話 ID。 |
| html |
電子メールの HTML 本文の内容。 |
| id | 電子メールの ID。 |
| type | エンティティの型。 常に 'emailNotification' です。 |
プロパティの詳細
conversationId
メールに関連付けられている会話 ID。
conversationId?: string
プロパティ値
string
htmlBody
電子メールの HTML 本文の内容。
htmlBody?: string
プロパティ値
string
id
電子メールの ID。
id?: string
プロパティ値
string
type
エンティティの型。 常に 'emailNotification' です。
type: "emailNotification"
プロパティ値
"emailNotification"