master
Evan Chen 2021-12-29 11:29:03 +08:00
parent 9433e3afe6
commit 762653229a
1 changed files with 29 additions and 0 deletions

View File

@ -41,6 +41,35 @@
}
```
Example:
```json
{
"From":"test@kumoly.io",
"TO": ["test@kumoly.io"],
"Title": "台新人壽通知",
"Body": {
"App":{
"Theme": "#d70c18",
"FooterColor": "#ffffff"
},
"Intros": ["感謝您使用台新人壽服務"],
"Actions": [
{
"Button": {
"Text": "前往保護專區",
"Link": "https://www.taishinlife.com.tw/",
}
}
],
"Greeting": "您好",
"Receiver": "保戶",
"Signature": "祝您有個愉快的一天",
"Sender": "台新人壽"
}
}
```
## Start
```shell