Slack & Discord Integrations
Manage your monitors directly from Slack and Discord with interactive slash commands.
Connect Your Workspace
- Go to Dashboard → Settings → Integrations
- Click "Add to Slack" or "Add to Discord"
- Authorize the bot in your workspace/server
- 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:
| Command | Description |
|---|---|
/mum status | Show 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 ack | Acknowledge an active alert escalation |
/mum subscribe | Subscribe this channel to all monitor alerts |
/mum subscribe <name> | Subscribe to alerts for a specific monitor |
/mum unsubscribe | Unsubscribe this channel from all alerts |
/mum unsubscribe <name> | Unsubscribe from a specific monitor's alerts |
/mum subscriptions | List this channel's current alert subscriptions |
/mum help | Show 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.