> Source: https://docs.nometa.az/v4.8.0/administration/integrations

# Integrations

Notification channels, incident systems, and AI providers in one place. Enable a service to receive change alerts, open incidents, or run AI analysis. Each integration has an enable toggle and a **Test** action and reads **Active** or **Disabled**; each section header counts how many of that type are enabled.

**Notification channels** deliver routed events:

- **Email (SMTP)**: deliver through any mail server using its SMTP host, port and credentials.
- **Slack**: paste an [incoming webhook URL](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/).
- **Telegram**: create a bot and token with [BotFather](https://core.telegram.org/bots/tutorial), then add the target chat.
- **Discord**: paste a [channel webhook URL](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).
- **Microsoft Teams**: post through an [incoming webhook (Workflows)](https://support.microsoft.com/en-us/teams/apps-service/create-incoming-webhooks-with-workflows-for-microsoft-teams).
- **Syslog (SIEM)**: forward events as [RFC 5424 syslog](https://datatracker.ietf.org/doc/html/rfc5424) to a SIEM collector over UDP or TCP.
- **Webhook**: POST events as JSON to any HTTP endpoint you control.

**Incident systems** open tickets from change and compliance events:

- **Jira**: authenticate with an [Atlassian API token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
- **TheHive**: authenticate with an [API key](https://docs.strangebee.com/thehive/user-guides/manage-user-settings/) from your account settings.

**AI providers** supply the model behind AI-assisted analysis; a provider reads **Active** (selected and used for analysis) or **Disabled** (not used for analysis):

- **Ollama (local)**: run models on your own hardware behind a local [Ollama](https://ollama.com/) endpoint, so prompts never leave your network.
- **OpenAI / compatible**: connect to the [OpenAI API](https://platform.openai.com/docs/api-reference/authentication), or any OpenAI-compatible endpoint, with an API key and base URL.
- **Claude (Anthropic)**: authenticate with an [Anthropic API key](https://docs.anthropic.com/en/api/overview).
- **Amazon Bedrock**: call managed foundation models with [AWS credentials](https://docs.aws.amazon.com/bedrock/latest/userguide/getting-started.html) and a region.

![Integrations](https://docs.nometa.az/img/07-integrations/integrations.webp)

![Integrations](https://docs.nometa.az/img/07-integrations/integrations-2.webp)
