POST /v2/messages/sendPush
Sends a push notification to a user’s device through the Rebell app. Use this to notify users about order updates, promotions, or other time-sensitive information.
Request Parameters
Unique request identifier (idempotency key).Max length: 64 characters
User ID to send the notification to.Max length: 64 characters
Notification title.Max length: 64 characters
Notification body text.Max length: 256 characters
URL or deep link to open when notification is tapped.Max length: 2048 characters
Extended information as JSON string.Max length: 2048 characters
Response Parameters
Standard result object
Unique message identifier for tracking
Example Request
Example Response
Result Codes
| resultStatus | resultCode | Description | Action |
|---|---|---|---|
S | SUCCESS | Notification sent | Message delivered to queue |
F | USER_NOT_EXIST | User not found | Verify targetUserId |
F | USER_NOT_SUBSCRIBED | User disabled notifications | Cannot send |
F | PARAM_ILLEGAL | Invalid parameters | Check request |
U | SENDING | Notification queued | Will be delivered |