-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnote.json
40 lines (40 loc) · 1.95 KB
/
note.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"data": {
"apicall": {
"method": "post",
"url": "/v3/notifications",
"headers": {
"Accept": "application/json"
},
"data": {
"notification": {
"variants": [
{
"type": "DeviceNotification",
"content": {
"variants": [
{
"type": "SpokenText",
"values": [
{
"locale": "en-US",
"text": "hello"
}
]
}
]
}
}
]
},
"recipients": [
{
"type": "Unit",
"id": "amzn1.alexa.unit.did.AFAXU5W3KTQUBBF3NXSYG3GU7Z7YI4W5P6SPQNDZEMSQI5I35ZURW477L6XKSEK5EFCMGXKCRQAWYPRQRFU2LTNEY4BGJMAG4N7PCZB3"
}
]
}
}
},
"action": "send-notification"
}