Set up notifications
Ticketra can push notifications to external channels when noteworthy events occur. Three channel types are supported:
| Channel type | Destination |
|---|---|
EMAIL | An email address (requires SMTP configured) |
TEAMS | A Microsoft Teams incoming-webhook URL |
DISCORD | A Discord webhook URL |
1. Configure SMTP (for email channels)
Email channels need a working SMTP server first.
- Sign in as an
ADMINorSUPER_ADMIN. - Go to Admin → Notifications → SMTP.
- Enter your SMTP host, port, credentials, and from-address, and save.
- Use Test to send a test message and confirm the connection works before relying on it.
SMTP settings are stored per tenant in system configuration.
2. Add a channel
- In Admin → Notifications, add a channel.
- Pick the channel type (
EMAIL,TEAMS, orDISCORD). - Provide the destination:
- Email → recipient address.
- Teams/Discord → the incoming-webhook URL from that platform.
- Set a severity filter so the channel only fires for events at or above a chosen severity.
- Enable the channel.
Webhook URLs are validated
For Teams and Discord channels, the destination must be a valid webhook URL. Email channels validate the address instead.
3. Verify delivery
Trigger (or wait for) a qualifying event and confirm the message arrives. Delivery attempts are recorded in the notification log so you can confirm success or diagnose failures.
Severity filtering
Each channel has its own severity filter, so you can route — for example — only high/critical events to a Teams channel the whole team watches, while a low-noise email channel captures everything.
Troubleshooting
| Symptom | Check |
|---|---|
| No email arrives | SMTP config + run the SMTP Test; check the notification log. |
| Teams/Discord silent | The webhook URL is current and the channel is enabled. |
| Too many/few alerts | Adjust the channel's severity filter. |
Related
Was this page helpful?