v26

latestOpenAPI 3.0.0raw.githubusercontent.com2023-06-09375890.9 KB
Reply

Register a reply

Register a reply

post/reply

Request body

notificationstring
labelstring

The label of the action which executed the reply.

deviceIDstring

The unique identifier for your device corresponding to the APNS, FCM or Webpush token.

userIDstring

The app-defined user identifier that you can use to send messages to this user.

Example request

{
  "notification": "1d9e80ef851d212aca82cf23",
  "label": "Yes",
  "deviceID": "APA91bEpai_9PbfvVie3xvVnM2VXZEjQ1ZZIFiRzXf",
  "data": {
    "message": "some text provided by the user"
  }
}

Response

Accepted