Newer Version Available

This content describes an older version of this product. View Latest

Push Notification Input

A push notification.
Root XML tag
<pushNotification>
JSON example
1{   "appName" : "TestApp",
2    "namespace" : "abc",
3    "userIds" : ["005x00000013dPK", "005x00000013dPL"],
4    "payload" : "{'aps':{'alert':'test', 'badge':0, 'sound':'default'}}"
5}
Properties
Name Type Description Required or Optional Available Version
appName String The API name of the client app that the push notification is sent to. Required 31.0
namespace String The namespace of the client app that the push notification is sent to. Required if the namespace is set 31.0
payload String The push notification payload in JSON format. Required 31.0
userIds String[] The push notification recipient user ids. Required 31.0