POST Communication/PushNotification

Sends the push notification asynchronous.

Request Information

Body Parameters

PushNotificationCreate - The model.

Request body formats
Sample:
{
  "EmailAddressList": [
    "sample string 1",
    "sample string 2"
  ],
  "Topic": "sample string 1",
  "Title": "sample string 2",
  "Body": "sample string 3",
  "CustomData": [
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    }
  ]
}
Sample:

Sample not available.