跳轉到

通知服務

發送個人通知 SendMessage

金鑰權限需求: 其他 > 通知

接收者除了會在 UOF X 系統上收到通知,也會依照設定在其 Email、行動裝置...等收到通知。

命名空間: Ede.Uofx.OpenApi.Sdk.NetStd.Service

方法名稱: UofxService.Notify.SendMessage

await UofxService.Notify.SendMessage(model);

輸入參數

  • PerMessageModel
屬性 型別 必填 預設值 說明
To UserModel V 接收者
Title string V 標題
Message string V 內容,支援換行 \r\n

回傳結果