Discord
Send Xyte notifications into a Discord channel by creating a Discord webhook and pasting its URL into Xyte. This takes about two minutes.
Before you start
- Make sure you have the Manage Webhooks permission on the Discord server. Server owners and admins have it by default.
- Decide which channel the Xyte messages should post to.
Step 1 — Create the webhook in Discord
-
Open Discord and go to the server you want to post to.
-
Open Server Settings → Integrations → Webhooks.
You can also open this from the channel: hover over the channel, click the gear icon, then go to Integrations → Webhooks.

-
Click New Webhook. Discord creates one automatically.

-
Click the new webhook to open it, then:
- Give it a clear name. For example:
Xyte Alerts. - Set the channel it should post to.
- Optionally set an avatar.
- Give it a clear name. For example:
-
Click Copy Webhook URL.

You now have a URL that looks like this:
https://discord.com/api/webhooks/<id>/<token>Discord's own walkthrough: Intro to Webhooks
Step 2 — Add the webhook to Xyte
- In Xyte, go to Settings → Integrations.
- Open the Messaging Platforms tab.
- Select Discord from the list on the left.
- Paste the copied URL into the Webhook URL field.
- Click Update.

Step 3 — Verify
- Click Send test message.
- Check your Discord channel. The test message should appear there.
- In Xyte, Discord will show as Active and the integration card will show Enabled.
Once enabled, Xyte notifications will be delivered to that Discord channel.
Troubleshooting
- No test message arrives — make sure the full URL was pasted. It is long, so confirm nothing was cut off. Also check that the webhook still exists in Discord, because deleting it in Discord breaks the link.
- Wrong channel — the webhook posts to the channel chosen in Step 1. Edit the webhook in Discord to change it, or create a new one for the right channel.
- Need to change the destination later — paste a new Webhook URL in Xyte and click Update, or click Disable to turn the integration off.
Security note
Treat the Webhook URL like a password — anyone with it can post to your channel. Don't share it publicly or commit it to code. If it's ever exposed, delete that webhook in Discord and create a new one, then update the URL in Xyte.
