Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/N3XT3R1337/RiftCE/llms.txt

Use this file to discover all available pages before exploring further.

Rift CE can post rich Discord embeds to a channel you control whenever key events occur — an account launches, a batch import completes, a health check finishes, or a cookie is found to be expired. All notifications go to a single webhook URL, and each event type can be toggled on or off independently.

Setting up a Discord webhook

1

Open your Discord server settings

In Discord, open the server where you want to receive notifications. Click the server name at the top-left and select Server Settings.
2

Create a webhook

Go to IntegrationsWebhooksNew Webhook. Give it a name (for example, “Rift CE”) and choose the channel where notifications should appear.
3

Copy the webhook URL

Click Copy Webhook URL. The URL looks like https://discord.com/api/webhooks/123456789/abcdefg....
4

Paste the URL into Rift CE

In Rift CE, go to SettingsDiscord Webhook. Paste the URL into the Webhook URL field and toggle Enable Webhook on. This sets DiscordWebhookEnabled to true and saves the URL to DiscordWebhookUrl.
5

Enable the events you want

Toggle on each event type you want to receive notifications for. See the section below for what each event sends.
6

Test the connection

Click Test Webhook. Rift CE posts a test embed to your channel confirming the connection is working, along with your current account count and status.

Per-event toggles

Each event type is controlled by an independent setting. All four are enabled by default when you turn webhooks on.
Fires when you launch an account into a Roblox place, whether triggered from the UI or via the web API.The embed includes:
  • Account — the Roblox username
  • Place ID — the numerical place ID launched into
  • Time — the local time the launch was triggered
Disable this if you launch accounts frequently and the notification volume becomes noisy.
Fires when a batch import completes, regardless of whether it was triggered by cookie paste, file import, or the web API.The embed includes:
  • The number of accounts successfully imported
  • The number that failed
This is useful for confirming that an automated import script ran and how many accounts it added.
Fires when a health check run finishes across all accounts.The embed includes:
  • Total accounts checked
  • Valid — cookies that passed validation
  • Invalid — cookies that failed
  • Total Robux — combined Robux balance across all valid accounts
Use this to monitor your vault health on a schedule without opening the app.

Notification format

All notifications are sent as Discord rich embeds with:
  • A title describing the event
  • A description with the key details
  • Inline fields for structured data where applicable
  • A UTC timestamp on every embed
  • Rift CE as the webhook username
The embed color varies slightly by event type but stays within a muted blue-grey palette that matches Rift CE’s UI.
Rift CE sends notifications directly from your machine to the Discord webhook URL. No data passes through any Rift server. If DiscordWebhookEnabled is false or the URL is blank, all webhook calls are silently skipped — they never fail or block other operations. The HTTP timeout for webhook requests is 10 seconds.

Settings reference

SettingTypeDefaultDescription
DiscordWebhookEnabledboolfalseMaster toggle for all webhook notifications
DiscordWebhookUrlstring""Discord webhook URL
WebhookNotifyLaunchbooltrueNotify when an account is launched
WebhookNotifyImportbooltrueNotify when accounts are imported
WebhookNotifyHealthCheckbooltrueNotify when a health check completes
WebhookNotifyCookieExpiredbooltrueNotify when a cookie is found expired

Build docs developers (and LLMs) love