For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bots

Bots send notifications from zenConsole to your Instant Messaging (IM) groups via Webhook.

Supported IM Apps

  • Slack

  • WeCom

  • Feishu

  • DingTalk

  • Telegram

  • Custom Webhook

Add a Bot

  1. In Notification Center, go to Bots.

  2. Click + Add Bot.

  3. Select your IM app.

  4. Enter the webhook URL provided by your IM app and give the bot a name.

  5. Click Confirm.

For custom webhook setup, see Custom Webhook below.

Custom Webhook

Use the Webhook option to integrate zenConsole alerts with any service that accepts HTTP requests.

Configuration

Field
Description

Webhook URL

The endpoint that receives notification requests.

Bot name

A display name to identify this bot.

HTTP Method

The HTTP method for sending requests. Defaults to POST.

Authorization

Optional. The value of the Authorization header. Defaults to the Bearer scheme.

Request Body

Zenlayer sends the notification as a JSON body, where ${content} is replaced with the notification message:

The following is an example of a notification payload:

Success Condition

Your endpoint must return HTTP 200. Any other status code is treated as a delivery failure.

Last updated