@abext/notifications 中文文档教程
Airboat Extension - Notifications
Examples and Usages
import '@abext/notifications';
Models
notification
Routes
GET /notifications
PUT /notifications/:id/status
Services
- SMS
Configuration
<代码>`json { “扩展”:{ “通知”:{ “电子邮件”: { “邮戳配置”:{}, “来自”:“我@raff.ca”, "fromName": "拉夫帕奎因" }, “短信”: { “来自”:“+14380000000” } } } }
Airboat Extension - Notifications
Examples and Usages
import '@abext/notifications';
Models
notification
Routes
GET /notifications
PUT /notifications/:id/status
Services
- SMS
Configuration
`json { "extensions": { "notifications": { "email": { "postmarkConfig": {}, "from": "me@raff.ca", "fromName": "Raff Paquin" }, "sms": { "from": "+14380000000" } } } }