← Back to documentation

Integrations

Connect Weard with your favorite tools and receive alerts where your team works.

Email

Detailed alert emails with full domain analysis and actionable recommendations.

Included in: All plans

Telegram

Instant mobile notifications via Telegram bot for real-time threat awareness.

Included in: Pro & Enterprise

Slack

Post alerts to your team's Slack channel for collaborative threat response.

Included in: Pro & Enterprise

Webhooks

Send alert data to your own systems via HTTP webhooks for custom integrations.

Included in: Pro & Enterprise

Email Notifications

Email notifications are automatically enabled for your account email. Manage preferences in your account settings.

Each alert email includes:

  • Suspicious domain name and similarity score
  • Matched keyword and detection methods triggered
  • First seen date and certificate details
  • Recommended actions based on threat severity

Telegram Integration

Setup Instructions:

  1. 1.Create your own Telegram bot by talking to @BotFather
  2. 2.Copy the Bot Token that BotFather provides
  3. 3.Start a chat with your bot and send any message
  4. 4.Get your Chat ID by visiting https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
  5. 5.Go to Settings → Integrations → Telegram in the dashboard
  6. 6.Enter your Bot Token and Chat ID
  7. 7.Save and test the integration

Pro Tip

You can create a Telegram group, add your bot to it, and use the group's Chat ID to share alerts with your entire team.

Slack Integration

Setup Instructions:

  1. 1.Go to your Slack workspace → Apps → Incoming Webhooks
  2. 2.Choose a channel for alerts (e.g., #security-alerts)
  3. 3.Copy the webhook URL
  4. 4.Go to Settings → Integrations → Slack in the dashboard
  5. 5.Paste webhook URL and test

Webhook Integration

Set up an HTTP endpoint on your server to receive POST requests with alert data.

Webhook Payload Example:

{
  "event": "alert.created",
  "alert_id": "uuid-here",
  "domain": "secure-paypal-login.com",
  "keyword": "paypal",
  "similarity_score": 92,
  "detection_methods": ["combosquatting"],
  "first_seen": "2025-01-15T14:30:00Z",
  "certificate_issuer": "Let's Encrypt",
  "organization_id": "your-org-id",
  "timestamp": "2025-01-15T14:35:00Z"
}

Requirements:

  • HTTPS endpoint required
  • Respond with HTTP 200-299 status code
  • Respond within 10 seconds
  • We retry failed deliveries up to 3 times

Need Help?

Having trouble setting up an integration? Contact support@weard.io