Skip to content

Arxk-Cloud/experience-notifications

Repository files navigation

Roblox Experience Notifications (API)

Send Experience Notification (POST)

Headers

  • X-Cloud-Api-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Body

  • userId: The ID of the player to send the notification to.
  • universeId: The ID of the universe to send the notification to.
  • assetId: The message ID of your asset containing the template of the notification.
  • delayTimestamp: (Optional) The delay in milliseconds before sending the notification. (Can be a date or a timestamp (2025-01-01T00:00:00.000Z or 1716460800000))

Get Experience Notification Status (GET)

Query Params

  • jobId: The ID of the job to get the status of.

Cancel Experience Notification (POST)

Body

  • jobId: The ID of the job to cancel.

About

Send Roblox experience notifications in a queue (can delay notifications for days/weeks)

Resources

Stars

Watchers

Forks

Contributors