Integrations
Connect Weard with your favorite tools and receive alerts where your team works.
Detailed alert emails with full domain analysis and actionable recommendations.
Telegram
Instant mobile notifications via Telegram bot for real-time threat awareness.
Slack
Post alerts to your team's Slack channel for collaborative threat response.
Webhooks
Send alert data to your own systems via HTTP webhooks for custom integrations.
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.Create your own Telegram bot by talking to
@BotFather - 2.Copy the Bot Token that BotFather provides
- 3.Start a chat with your bot and send any message
- 4.Get your Chat ID by visiting
https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates - 5.Go to Settings → Integrations → Telegram in the dashboard
- 6.Enter your Bot Token and Chat ID
- 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.Go to your Slack workspace → Apps → Incoming Webhooks
- 2.Choose a channel for alerts (e.g., #security-alerts)
- 3.Copy the webhook URL
- 4.Go to Settings → Integrations → Slack in the dashboard
- 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