1. 首页
  2. 数据库
  3. 其它
  4. sns notify recipients:发送带有模板的SNS通知 源码

sns notify recipients:发送带有模板的SNS通知 源码

上传者: 2021-04-22 01:17:58上传 ZIP文件 345.95KB 热度 8次
sns-notify-收件人 发送带有模板的SNS通知 安装 要使用npm进行安装,请在服务目录中运行以下命令: npm install git+ssh://git@github.com:Notarise-gov-sg/sns-notify-recipients.git 用法 在需要的地方导入软件包: import { notifyRecipients } from "sns-notifiy-recipients" ; // ... try { /* Notify recipient */ await notifyRecipient ( payload ) ; } catch ( e ) { errorWithRef ( `Notification error: ${ e . message } ` ) ; } 环境变量 请记住设置以下环境变量: NOTIFICATION
用户评论