Skip to main content
Version: Next

PushNotificationMessage

type string

Typed notification message; its discriminator selects email, push, or another installed message subtype.

Possible values: []

action object
dataobject
httpMethodstring
openInBrowserboolean
silentboolean
urlstring
bodystring
buttons object[]
  • Array [
  • action object
    dataobject
    httpMethodstring
    openInBrowserboolean
    silentboolean
    urlstring
    titlestring
  • ]
  • data object
    property name*object
    expirationinteger<int64>
    prioritystring

    Possible values: [NORMAL, HIGH]

    targetstring
    targetTypestring

    Possible values: [DEVICE, TOPIC, CONDITION]

    titlestring
    PushNotificationMessage
    {
    "type": "string",
    "action": {
    "data": {},
    "httpMethod": "string",
    "openInBrowser": true,
    "silent": true,
    "url": "string"
    },
    "body": "string",
    "buttons": [
    {
    "action": {
    "data": {},
    "httpMethod": "string",
    "openInBrowser": true,
    "silent": true,
    "url": "string"
    },
    "title": "string"
    }
    ],
    "data": {},
    "expiration": 0,
    "priority": "NORMAL",
    "target": "string",
    "targetType": "DEVICE",
    "title": "string"
    }