EmailChannelProperties interface
要提供電子郵件通道的參數。
屬性
auth |
電子郵件頻道驗證方法。 0 密碼 (預設值):1 圖形。 |
email |
電子郵件位址 |
is |
Bot 是否啟用此通道 |
magic |
設定新式驗證的魔術程序代碼。 |
password | 電子郵件地址的密碼。 值只會透過POST傳回至動作通道清單 API,否則為空白。 |
屬性詳細資料
authMethod
emailAddress
電子郵件位址
emailAddress: string
屬性值
string
isEnabled
Bot 是否啟用此通道
isEnabled: boolean
屬性值
boolean
magicCode
設定新式驗證的魔術程序代碼。
magicCode?: string
屬性值
string
password
電子郵件地址的密碼。 值只會透過POST傳回至動作通道清單 API,否則為空白。
password?: string
屬性值
string