EmailReference interface
代表電子郵件通知實體。
- Extends
屬性
| conversation |
與郵件相關的對話 ID。 |
| html |
電子郵件的 HTML 正文內容。 |
| id | 電子郵件的識別碼。 |
| type | 實體的類型。 一定要用「emailNotification」。 |
屬性詳細資料
conversationId
與郵件相關的對話 ID。
conversationId?: string
屬性值
string
htmlBody
電子郵件的 HTML 正文內容。
htmlBody?: string
屬性值
string
id
電子郵件的識別碼。
id?: string
屬性值
string
type
實體的類型。 一定要用「emailNotification」。
type: "emailNotification"
屬性值
"emailNotification"