update
parent
9433e3afe6
commit
762653229a
29
README.md
29
README.md
|
@ -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
|
## Start
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue