Slack & Discord Integrations

Manage your monitors directly from Slack and Discord with interactive slash commands.

Connect Your Workspace

  1. Go to Dashboard → Settings → Integrations
  2. Click "Add to Slack" or "Add to Discord"
  3. Authorize the bot in your workspace/server
  4. You'll be redirected back to MyUpMonitor with a success confirmation

You can connect multiple workspaces and servers. Manage them from the Integrations settings page.

Available Commands

All commands use the /mum prefix:

CommandDescription
/mum statusShow all monitors with current status (up/down count)
/mum status <name>Show detailed status for a specific monitor
/mum pause <name> <duration>Create a maintenance window (e.g., /mum pause api-server 30m)
/mum ackAcknowledge an active alert escalation
/mum subscribeSubscribe this channel to all monitor alerts
/mum subscribe <name>Subscribe to alerts for a specific monitor
/mum unsubscribeUnsubscribe this channel from all alerts
/mum unsubscribe <name>Unsubscribe from a specific monitor's alerts
/mum subscriptionsList this channel's current alert subscriptions
/mum helpShow available commands

Channel Subscriptions

Subscribe Slack channels or Discord channels to receive alerts directly — no need to configure notification channels in the dashboard.

Use /mum subscribe to receive all alerts, or /mum subscribe api-server to subscribe to a specific monitor. Alerts appear as rich messages with status, response time, and runbook content when available.

Unsubscribe anytime with /mum unsubscribe.

Removing a Connection

Go to Dashboard → Settings → Integrations, find the connected workspace/server, and click "Remove". This disconnects the bot but doesn't affect your monitors or alert configuration.

Terraform Provider

Manage monitors as infrastructure code with our official Terraform provider. Define monitors in HCL, review changes in pull requests, and apply via CI/CD.

resource "myupmonitor_monitor" "api" {
  url      = "https://api.example.com/health"
  type     = "http"
  interval = 60
  tags     = ["api", "env:production"]
}

Configure the provider with your API key. See the API documentation for creating API keys with the right scopes.

Zapier & Make

Connect MyUpMonitor to 5000+ apps without writing code. Available triggers:

  • Monitor Down — fires when any monitor goes down
  • Monitor Recovered — fires when a monitor comes back up
  • Incident Opened — fires on new incidents
  • Incident Resolved — fires when incidents are closed

Example automations: create Jira tickets on incidents, update Notion databases, send custom Slack messages, trigger PagerDuty alerts, log events to Google Sheets.

SSO / SAML 2.0

Enterprise teams can configure SAML-based single sign-on for their organization. Users log in through their identity provider (Okta, Azure AD, Google Workspace) — no separate password needed.

Configure SSO per team with domain verification. Contact us for setup assistance on Enterprise plans.