![]() |
|
Creating a Discord channel to receive IWServerMonitor notifications - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Creating a Discord channel to receive IWServerMonitor notifications (/thread-3413.html) |
Creating a Discord channel to receive IWServerMonitor notifications - Alexandre Machado - 08-13-2023 Hi all, Here is a small guide on how to create a Discord channel to receive notifications from your IntraWeb applications via IWServerMonitor. First of all, you must register a Discord account. The process is simple and straightforward. You just need to chose a display name/user name and use your email: https://discord.com/register After creating your user, you will receive an activating email. After that you can start using your account. Here's how you create a new server/channel that can receive notifications from your server: Create a Discord Server: If you don't have a server yet, you'll need to create one. If you already have a server, you can skip this step. To create a server:
Inside your server, you'll need to create a text channel where your applications can send notifications. To create a text channel:
Create a webhook for your text channel. A webhook is a URL that allows external applications to send messages to your Discord channel. Here's how to create a webhook:
After creating the webhook, you'll see a unique URL under the "Webhook URL" section. Click "Copy" to copy this URL. The URL will look like this: https : //discord.com/api/webhooks/1234567890123456789/AbCdEfGhIjKlMnOpQrStUvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWxYz Inside the IWServerMonitor.ini file, you must provide the Discord Token, which is the part after "https://discord.com/api/webhooks/", i.e. the token will be: 1234567890123456789/AbCdEfGhIjKlMnOpQrStUvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWxYz That's it. |