Discord

LiveWebhook

Communication

Receive real-time notifications in your Discord server when companies visit your site. RAEK View sends rich embed messages with company details, lead scores, and direct links to your dashboard, keeping your team in the loop wherever they communicate.

What Gets Synced

Rich embed messages

Formatted Discord embeds with company information

Company details

Name, domain, industry, and lead score

Color-coded alerts

Green for new companies, red for hot leads

Dashboard links

Direct link to view the company in RAEK View

Supported Events

EventTriggerAction
company.identifiedA new company is identifiedSend embed message to channel
lead.hotA lead reaches hot score thresholdSend urgent hot lead embed to channel

Prerequisites

  • A Discord server you have admin or Manage Webhooks permission in
  • A text channel where you want to receive notifications
  • RAEK View tracking script installed on your site

Setup Guide

1

Open your Discord server

Open Discord (desktop app or browser) and navigate to the server where you want to receive RAEK View notifications.

2

Go to Server Settings

Click on the server name at the top of the channel list and select Server Settings from the dropdown menu.

3

Navigate to Integrations

In the left sidebar of Server Settings, click "Integrations". Then click "Webhooks" (or "View Webhooks").

Path: Server Settings > Integrations > Webhooks
4

Create a new webhook

Click "New Webhook". Give it a name like "RAEK View" and select the channel where notifications should be posted. You can also upload a custom avatar image.

5

Copy the webhook URL

Click "Copy Webhook URL" to copy the URL to your clipboard. The URL will look like https://discord.com/api/webhooks/...

Keep your webhook secure

The webhook URL is a secret. Anyone with this URL can post messages to your channel. Do not share it publicly or commit it to a repository.
6

Configure in RAEK View

In your RAEK View dashboard, go to Settings > Integrations. Find Discord and click Connect. Paste your webhook URL.

Required Fields

Webhook URLhttps://discord.com/api/webhooks/...
7

Test the connection

Click the "Test" button to send a sample notification. Check your Discord channel to confirm the message arrives with proper embed formatting.

Data Mapping

RAEK View FieldDiscord DisplayExample
Company nameEmbed titleAcme Corp
DomainInline fieldacmecorp.com
Lead scoreInline field with emoji85 (Hot)
IndustryInline fieldSaaS
Dashboard linkEmbed URLView in RAEK View

Example Output

RAEK View sends rich Discord embed messages to your channel:

RAEK ViewBOTToday at 10:32 AM

New Company Identified

Company

Acme Corp

Domain

acmecorp.com

Lead Score

85 - Hot

Industry

SaaS

RAEK View - Today at 10:32 AM
Discord Webhook Payload
json
{
"username": "RAEK View",
"embeds": [
{
"title": "New Company Identified",
"url": "https://app.raekview.com/company/acmecorp",
"color": 3066993,
"fields": [
{ "name": "Company", "value": "Acme Corp", "inline": true },
{ "name": "Domain", "value": "acmecorp.com", "inline": true },
{ "name": "Lead Score", "value": "85 :fire: Hot", "inline": true },
{ "name": "Industry", "value": "SaaS", "inline": true },
{ "name": "Page", "value": "/pricing", "inline": true }
],
"footer": {
"text": "RAEK View"
},
"timestamp": "2025-01-15T10:32:00Z"
}
]
}

Troubleshooting

No messages appearing in channel

Verify the webhook URL is correct and starts with https://discord.com/api/webhooks/. Click Test in RAEK View to send a test message. Also check that the webhook has not been deleted from Server Settings.

"Unknown Webhook" error

The webhook may have been deleted or the channel removed. Go to Server Settings > Integrations > Webhooks and verify the webhook still exists. If not, create a new one and update the URL in RAEK View.

Rate limiting (429 errors)

Discord limits webhook messages to 30 per minute per channel. If you are hitting rate limits, consider enabling only the lead.hot event to reduce the volume of notifications. RAEK View automatically retries rate-limited messages with backoff.

Embeds not showing

Make sure embed links are not disabled for bots in your channel permissions. Go to Channel Settings > Permissions and verify that the webhook role (or @everyone) has the "Embed Links" permission enabled.

Need help?

If you are having trouble setting up the Discord integration, our team is here to help.