convops
  • Features
  • How it works
  • Pricing
  • Blog
  • Security
Log inStart free →
convops

Root cause, not noise.

Start free →

Product

  • Features
  • How it works
  • Pricing
  • Blog
  • Security
  • Get started

Compare

  • Vs PagerDuty
  • Vs incident.io
  • Vs Datadog
  • Vs Resolve.ai
  • Vs Rootly
  • Vs Squadcast

Solutions

  • AWS incident response
  • CloudWatch alarm diagnosis
  • AWS alerts to WhatsApp
  • WhatsApp on-call
  • PagerDuty alternative

Connect

  • X (Twitter)
  • LinkedIn

© 2026 ConvOps. All rights reserved.

Built at 2am, for a 2am.

Documentation

Everything you need to connect ConvOps to AWS and start receiving diagnosed alerts in minutes.

Quick start

You'll have your first diagnosed alert in under 5 minutes.

  1. 1

    Create your ConvOps account

    Create your account at the ConvOps app. No credit card required for the Free plan.

  2. 2

    Add your AWS account

    Navigate to Settings → AWS Accounts → Add account. ConvOps will display a CloudFormation template URL.

  3. 3

    Deploy the IAM role

    Open the CloudFormation URL in the AWS console and click Deploy. The template creates a read-only cross-account role in under 60 seconds.

    bash
    aws cloudformation deploy \
      --template-url https://convops-cfn.s3.amazonaws.com/role.yaml \
      --stack-name convops-readonly-role \
      --capabilities CAPABILITY_NAMED_IAM
  4. 4

    Update your SNS topic

    Add ConvOps as a subscriber on the SNS topic your CloudWatch alarms use. ConvOps provides the HTTPS endpoint URL in-app.

    bash
    aws sns subscribe \
      --topic-arn arn:aws:sns:ap-south-1:123456789012:your-alerts \
      --protocol https \
      --notification-endpoint https://ingest.convops.io/sns/<your-token>
  5. 5

    Add your WhatsApp number

    Go to Settings → Notifications → WhatsApp. Enter your number and confirm the 6-digit OTP sent via WhatsApp.

  6. 6

    Fire a test alarm

    Trigger a test alarm from ConvOps (or from CloudWatch directly). Within 60 seconds you will receive a WhatsApp message with a sample diagnosis.

All documentation

Full reference for every ConvOps feature.

Quick start

Connect your first AWS account, verify the SNS subscription, and receive your first test diagnosis in under 5 minutes.

AWS connection

Full reference for the IAM role, CloudFormation template parameters, cross-account trust policy, and supported regions.

WhatsApp setup

Add your phone number, verify via OTP, and configure delivery preferences — quiet hours, escalation contacts, and group delivery.

Slack setup

Install the ConvOps Slack app, map channels to AWS accounts, and configure thread-based incident tracking.

Remediation commands

Full reference for reply commands — restart tasks, scale services, rollback deployments, and create CloudWatch suppression windows.

Alert routing

Route specific alarms to specific team members, set severity thresholds, and configure escalation chains.

API reference

REST API for programmatic access — list incidents, trigger test diagnoses, manage accounts, and retrieve diagnosis history.

Webhooks

Configure outbound webhooks to push incident events to your own systems.