Default Integration Configuration
When creating a webhook in Seiri, each integration type has default configuration fields. These defaults can be updated to match your environment.
| Channel | Default Fields & Example Values |
|---|---|
| Rocket Chat | webhook_url: https://your-rocketchat.com/hooks/YOUR_WEBHOOK_ID channel: #general |
| Slack | webhook_url: https://hooks.slack.com/services/YOUR/SLACK/WEBHOOK channel: #general |
| Discord | webhook_url: https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN |
| Telegram | bot_token: YOUR_BOT_TOKEN_FROM_BOTFATHER chat_id: YOUR_CHAT_ID_OR_CHANNEL_USERNAME |
| Teams | webhook_url: https://outlook.office.com/webhook/YOUR_WEBHOOK_URL |
| Mattermost | webhook_url: https://your-mattermost.com/hooks/YOUR_WEBHOOK_ID channel: town-square |
| RocketChat | webhook_url: https://your-rocketchat.com/hooks/YOUR_WEBHOOK_ID channel: #general |
| Ntfy | server_url: https://ntfy.sh topic: your-topic-name |
Notes
- Webhook URL: All webhook-based integrations require a valid URL endpoint.
- Channels / Topics: Slack, Mattermost, RocketChat, and Ntfy allow specifying a channel or topic.
- Telegram: Requires a bot token and chat ID.
Tip: Always test your webhook with a sample event before enabling production traffic.