Skip to content

Publish in the Future

The example demonstrates scheduling a message to be delivered on January 1st, 2030 at 00:00 Central time. The message is published into the demo channel:

Important

Make sure to replace xxxx in the domain name in the sample requests below to the one assigned to your application.

curl -H Content-Type:application/json -X POST \
-d '{ \
  "message":"Happy New Year!", \
  "publishAt": 1893477600000 \
}' \
-v https://xxxx.backendless.app/messaging/demo