/mobilePush/sendSingle
  • 1 Minute to read
  • Dark
    Light

/mobilePush/sendSingle

  • Dark
    Light

Article summary

Post
/mobilePush/sendSingle

Sends single mobile push message to the specified recipient.

Query parameters
recipientId
integer (int64) Required

The user ID of the intended message recipient.

campaignId
integer (int64) Required

The campaign ID of the prepared message to be sent.

Responses
204
400

One of the parameters is invalid / The message ID or user ID cannot be found. / An unexpected backend error occurred.

404

Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}


Was this article helpful?