Integrate OpManager with Cliq

OpManager alerts can now be delivered to Cliq channels, allowing teams to collaborate on critical incidents. This integration ensures that alerts are shared where your teams communicate most, enhancing coordination and reducing response time. By allowing alert delivery through Cliq, organizations can act instantly, minimize downtime, and maintain high service availability.

OpManager can be integrated with Cliq using the custom integration option.

Steps to perform in Cliq

  1. Create a New Channel
  2. Generate Webhook Token
  3. Obtain the Webhook URL

Steps to perform in OpManager

  1. Configure Custom Integration
  2. Associate a Notification Profile

Steps to perform in Cliq

Create a New Channel

  1. Login to Cliq
  2. Click the '+' icon and then click on Create a Channel. (You can also use Channels that you have created already)
  3. cliq-create channel

  4. Enter Channel details and save it.

Generate Webhook token

  1. Click on the Profile icon on the top right
  2. Select Bots and Tools
  3. cliq-webhook token
  4. Click on Webhook Tokens
  5. webhook token

  6. Click on Generate New Token and select one (e.g., Token1)

    cliq-New token

Obtain the Webhook URL

  1. Click Get Webhook URL
  2. Choose the Channel that you had created earlier/an existing Channel to receive alerts
  3. Copy the generated Webhook Endpoint
  4. get-webhook url

Steps to perform in OpManager

Configure Custom Integration in OpManager

  1. Go to Settings → General Settings → Integrations → New Custom Integration
  2. Fill in the following:
    1. Integration Type: Chat
    2. Method Type: POST
    3. URL: (Paste the copied Webhook Endpoint URL)
    4. Data Type: Raw
    5. Payload Type: JSON
    6. Timeout: 25
    7. Body Content:
  3. {
    "text": "OpManager Alert- $message"
    }

    configure custom integration

  4. Click Save, then click Configure Now to set up notification profile
  5. Note : You can test your connection by clicking on Test Action

Associate a Notification Profile

  1. You will be redirected to the Notification Profile screen
  2. Click Custom Integration and choose Cliq
  3. notification profile

  4. Learn more about configuring criteria, devices, and time window in notification profiles here.
  5. Click Save.

Verifying the Integration

Trigger a real-time alert in OpManager, then log in to your Cliq interface to verify that the triggered alert has been posted in your Cliq channel.

notification profile

Know more about OpManager integrations

Know more about dynamic variables used in request bodies