Skip to main content

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.

ChannelDefault Fields & Example Values
Rocket Chatwebhook_url: https://your-rocketchat.com/hooks/YOUR_WEBHOOK_ID
channel: #general
Slackwebhook_url: https://hooks.slack.com/services/YOUR/SLACK/WEBHOOK
channel: #general
Discordwebhook_url: https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN
Telegrambot_token: YOUR_BOT_TOKEN_FROM_BOTFATHER
chat_id: YOUR_CHAT_ID_OR_CHANNEL_USERNAME
Teamswebhook_url: https://outlook.office.com/webhook/YOUR_WEBHOOK_URL
Mattermostwebhook_url: https://your-mattermost.com/hooks/YOUR_WEBHOOK_ID
channel: town-square
RocketChatwebhook_url: https://your-rocketchat.com/hooks/YOUR_WEBHOOK_ID
channel: #general
Ntfyserver_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.