PushNotificationMessage
type string
Possible values: []
titlestring
bodystring
action object
urlstring
dataobject
silentboolean
openInBrowserboolean
httpMethodstring
buttons object[]
Array [
titlestring
action object
urlstring
dataobject
silentboolean
openInBrowserboolean
httpMethodstring
]
data object
property name*object
prioritystring
Possible values: [NORMAL
, HIGH
]
targetTypestring
Possible values: [DEVICE
, TOPIC
, CONDITION
]
targetstring
expirationint64
PushNotificationMessage
{
"type": "string",
"title": "string",
"body": "string",
"action": {
"url": "string",
"data": {},
"silent": true,
"openInBrowser": true,
"httpMethod": "string"
},
"buttons": [
{
"title": "string",
"action": {
"url": "string",
"data": {},
"silent": true,
"openInBrowser": true,
"httpMethod": "string"
}
}
],
"data": {},
"priority": "NORMAL",
"targetType": "DEVICE",
"target": "string",
"expiration": 0
}