LoudPixel Docs
How toNotification channels

Connect Slack notifications

Send LoudPixel citation alerts to a Slack channel via an incoming webhook. Takes about 3 minutes.

Slack is the highest-leverage channel for teams: a citation drop posted into the channel your team already watches gets acted on the same day, not whenever someone next checks email.

Steps

  1. Create a Slack app. Go to api.slack.com/appsCreate New AppFrom scratch. Name it LoudPixel Alerts, pick your workspace.
  2. Activate incoming webhooks. In the app sidebar, open Incoming Webhooks → toggle Activate Incoming Webhooks on.
  3. Add a webhook to your channel. Click Add New Webhook to Workspace, pick the channel (e.g. #ai-visibility), click Allow.
  4. Copy the URL. It looks like https://hooks.slack.com/services/T0000/B0000/XXXXXXXX.
  5. Paste into LoudPixel. Account → Notifications → toggle Slack on → paste into Webhook URLSaveSend test.

You should see the test message in your Slack channel within a few seconds.

Troubleshooting

  • Test fails with "URL doesn't look like a valid slack webhook" — the URL must contain hooks.slack.com. Workspace admin links or slack.com/api/... URLs won't work.
  • Test succeeds but nothing appears — check you authorized the webhook into the channel you're watching; Slack scopes each webhook URL to exactly one channel.

On this page