Discover

Get Started

Developers

Industries

Integrate Zoho Monitoring

Overview

You can configure a Zoho integration to send file transfer activities and device status changes for monitoring.

Once configured, whenever a selected event occurs—such as Transfer Started, Transfer Completed, Device Connected, or Device Disconnected—a notification is automatically sent through an incoming Webhook to the configured Zoho destination (for example, a Zoho Cliq channel).

The overall process consists of the following steps:

① Generate a Zoho Incoming Webhook URL → ② Configure the Integration in the Product

Prerequisites

Before you begin, verify the following requirements.

ItemDescription
Zoho AccountA Zoho account with permission to create incoming Webhooks. (For Zoho Cliq, Channel Administrator permission is required.)
Target ChannelA Zoho Cliq channel where notifications will be delivered.
NetworkThe environment where the product is installed must be able to access the Zoho Webhook endpoint (for example, cliq.zoho.com) over HTTPS (443).

Generate a Zoho Incoming Webhook URL

To send notifications to Zoho, generate a Webhook URL that can post messages to the target destination.

Step 1. Create an Incoming Webhook

In Zoho Cliq, open the target channel and create a Webhook from the Connectors tab. (Only Channel Administrators can configure this.)

Alternatively, open the Webhook Tokens page, select Get Webhook URL, then choose Channels and the target channel.

10_1

Step 2. Copy the Webhook URL

Copy the generated Webhook URL.

Example:

text
1
https://cliq.zoho.com/api/v2/channelsbyname/<channel-name>/message?zapikey=<token>

The zapikey included in the URL has the same level of access as a password. Do not expose it in public repositories or external documentation.

If it is compromised, regenerate the Webhook Token.

10_2

Verification

✔ The incoming Webhook has been created.

✔ The Webhook URL has been copied.

Configure the Zoho Integration

Enter the generated Webhook URL into the product.

When you open the Monitoring configuration page, the following screen is displayed.

10_3

Step 1. Enter the Webhook URL

Enter the generated Webhook URL.

Step 2. Select Events

Select the events to monitor.

Multiple events can be selected. Notifications will be sent only for the selected events.

EventTrigger
Transfer StartedWhen a Transfer begins.
Transfer CompletedWhen a Transfer completes successfully.
Transfer PausedWhen a Transfer is paused.
Transfer RecoveredWhen a Transfer automatically resumes after an interruption or failure.
Device ConnectedWhen a device connects.
Device DisconnectedWhen a device disconnects.

Step 3. Save the Configuration

After completing the configuration, click Add to save the integration.

Verification

✔ The Webhook URL has been entered.

✔ The monitoring events have been selected.

Verify the Integration

Verify that the integration is operating correctly.

Step 1. Generate a Test Event

Start a Transfer or trigger one of the selected monitoring events.

10_4

Step 2. Verify in Zoho

Verify that a notification has been delivered to the target Zoho Cliq channel.

10_5

Verification

✔ The notification has been delivered to the Zoho destination.

✔ The generated event has been delivered successfully.

Configuration Complete

After the configuration is saved, the integration becomes active.

From this point forward, whenever one of the selected events occurs, a corresponding notification is automatically sent to the configured Zoho destination.

Troubleshooting

IssueVerification
Notifications are not deliveredVerify that the Webhook URL (including the zapikey) is correct and contains no leading or trailing spaces.
Authentication error (401)Verify that the zapikey is valid, and regenerate it if necessary.
Messages are not postedVerify that the Webhook is configured with permission to post to the target channel (Channel Administrator settings).
Connection failure in a restricted networkVerify that outbound HTTPS (443) access to the Zoho Webhook endpoint (for example, cliq.zoho.com) is allowed by the firewall or proxy.