Inspector
BlogTry for free
  • Concepts
    • Introduction
    • Metrics
    • Notification Channels
      • Email
      • Slack
      • Telegram
      • Microsoft Teams
      • Google Chat
      • Webhook
      • Discord
      • Pushover
      • PagerDuty
      • Twilio - SMS
    • Filtering Syntax
    • Alerts
    • Grouping Patterns
    • Custom Segments
    • Billing
    • AI Bug Fixer
  • Security and access
    • Access control
    • Two-factor authentication
    • Connected Devices
  • SDK
    • PHP
      • Installation & Set Up
      • Custom Segments
      • Exceptions Monitoring
      • Configuration
    • Laravel / Lumen
      • Upgrade Guide
      • Installation & Set-up
      • Http Requests Monitoring
      • Configuration
      • Exception Monitoring
      • Laravel Vapor
      • Laravel Octane
      • Laravel Nova Tool
      • Group by service name
    • Symfony
      • Installation
      • Configuration
      • Exception Monitoring
    • CodeIgniter
      • Installation
      • Configuration
      • Exception Monitoring
    • Drupal
    • Spring Boot
    • Slim
    • NodeJS
      • Configurations
      • Custom Segments
      • Exception monitoring
      • Autowiring
    • ExpressJs
    • Fastify
    • Python
    • Django
      • Installation & Set Up
      • Custom Segments
      • Error Monitoring
  • REST API
    • Authentication
    • Apps
    • Platforms
    • Transactions
    • Segments
    • Analytics
Powered by GitBook
On this page
  • Creating a Discord Channel and Webhook
  • Attach the Discord Notification Channel to your project
  1. Concepts
  2. Notification Channels

Discord

Send notifications to your Discord channel.

PreviousWebhookNextPushover

Last updated 3 years ago

Creating a Discord Channel and Webhook

Let's start by creating a new Discord channel. To do so, go to your Discord server and then click on the + next to the 'Text channels':

After that, set the channel to 'Text Channel', choose a channel name and choose if you want to have the channel private or not:

Once you have your channel ready, click on edit -> and then go to the Integrations tab -> and in there click on the Create Webhook button.

In there, type Inspector Bot as webhook name and copy the Webhook URL:

Copy the Webhook URL as we will use it in the next step when we set up the notification channel!

You can use our square logo as Bot icon:

Attach the Discord Notification Channel to your project

  • Navigate to the project Settings → Notifications Channels screen;

  • Click Configure in the Discord channel to open the configuration screen;

  • Paste the webhook url in the Webhook field;

  • Activate the notifications you want forward via this channel.

Click Save to start receiving notifications:

If you want to disable the channel click "Disconnect" and confirm your choise.