SuperOps
Overview
The SuperOps integration allows you to automate IT management, monitoring, and service desk operations through Bumblebee workflows. Manage tickets, assets, clients, and invoices directly from your workflows.
Prerequisites & Setup
Before setting up the SuperOps integration, you need:
- An active SuperOps.ai account.
- Administrator access to generate API tokens.
1. Generate API Token
- Log in to your SuperOps account.
- Click the Settings icon in the left pane.
- Select your name under the My Profile section.
- Go to the API Token tab and click Generate Token.
- Copy this token for the API Key field in Bumblebee.
2. Find Your Subdomain
- Navigate to Settings > MSP Information.
- Locate your Customer Subdomain (e.g., if your portal is
acme.superops.ai, your subdomain isacme).
Configure in Bumblebee
- Go to the Integrations page in Bumblebee.
- Click on SuperOps.
- Enter your API Key and Customer Subdomain.
- Save the configuration.
Available Tools
Service Desk
- get_ticket_list - List tickets with status and priority.
- get_ticket - Get full details for a specific ticket.
- get_ticket_conversation_list - Get messages for a specific ticket.
- analyze_ticket_trends_by_period - Analyze ticket volume and distribution by field (e.g., technician, client) over a date range.
Assets & RMM
- get_asset_list - List all devices and endpoints.
- get_asset - Get detailed health and specs for a specific device.
- get_alert_list - List active monitoring alerts.
- get_alerts_for_asset - Get alerts for a specific device.
CRM & Tasks
- get_client_list - List all client accounts.
- get_client - Get detailed info for a specific client.
- get_task_list - List scheduled tasks.
- get_task - Get details for a specific task.
Finance
- get_invoice_list - List all invoices.
- get_invoice - Get details for a specific invoice.
Reference: SuperOps API Documentation