Setting up Connectors
Connectors are notification channels that allow Intrex to send alerts via Email, Telegram, WhatsApp, or Webhooks. This guide walks you through configuring each type.
What are Connectors?
Connectors are reusable notification channel configurations. Once set up, you can create multiple notification routes using the same connector to send alerts to different recipients.
Email SMTP
- 1Navigate to Settings → Connectors
- 2Click "Add Connector" and select Email SMTP
- 3Enter SMTP server details (host, port, username, password)
- 4Configure encryption (TLS/SSL)
- 5Click "Verify" to test the connection
- 6Save and create notification routes
Popular Providers
Telegram Bot
- 1Message @BotFather on Telegram
- 2Create new bot with /newbot command
- 3Copy the bot token (keep it secret!)
- 4Navigate to Settings → Connectors
- 5Add Telegram Bot connector and paste token
- 6Verify to confirm bot is working
WhatsApp Business
- 1Sign up for WhatsApp Business API via Meta
- 2Complete business verification
- 3Create a WhatsApp Business account
- 4Generate API credentials (Phone Number ID, Business Account ID)
- 5Get access token from Meta Developer Console
- 6Add connector with credentials and verify
Webhook
- 1Navigate to Settings → Connectors
- 2Select Webhook connector type
- 3Enter your webhook endpoint URL
- 4Configure custom headers if needed
- 5Set secret for HMAC signature verification
- 6Verify endpoint is accessible and returns 200 OK
Testing Connectors
Always verify your connector before using it in production:
1. Create connector with credentials
2. Click "Verify" to test connection
3. Check health status in connector list
4. Create a test notification route
5. Trigger a test event
6. Confirm message receivedTroubleshooting
Check firewall rules and ensure SMTP port (587/465) is open. Some providers require TLS enabled.
Verify token is correct. Ensure bot hasn't been blocked. Check if bot needs to be added to group first.
Business verification must be complete. Access token may have expired - generate new one.
Ensure webhook endpoint allows POST requests. Check firewall and CORS settings.
Next: Create Notification Routes
Once connectors are set up, create notification routes to define who receives what alerts:
Learn about Routing