Example: Delayed Push¶
Important
Make sure to replace xxxx in the domain name in the sample request below to the one assigned to your application.
curl -H Content-Type:application/json -X POST \
-d '{ \
"message":"hello world!", \
"headers":{ \
"android-ticker-text": "You just got a private push notification!", \
"android-content-title": "This is a notification title", \
"android-content-text": "Push Notifications are cool" \
}, \
"publishAt": timestamp \\
}' \
-v https://xxxx.backendless.app/api/messaging/Default