Discover

Get Started

Developers

Industries

Integrate monday.com Monitoring

Overview

You can configure a monday.com integration to automatically create board items based on file transfer events.

Once configured, whenever a selected event occurs—such as Transfer Started, Transfer Completed, Device Connected, or Device Disconnected—a new item is automatically created on the specified monday.com board.

The overall process consists of the following steps:

① Generate a monday.com API Token → ② Identify the Target Board ID → ③ Configure the Integration in the Product

Prerequisites

Before you begin, verify the following requirements.

ItemDescription
monday.com AccountA monday.com account with permission to access and edit the target board is required. The API Token inherits the permissions of the account that generated it.
Target BoardPrepare the monday.com board where items will be created.
NetworkThe environment where the product is installed must allow outbound HTTPS communication to api.monday.com (port 443).

Generate a monday.com API Token

To create items in monday.com, generate a personal API Token.

Step 1. Open the Developer Center

Click your profile picture in the upper-right corner and select Developers.

The Developer Center opens in a new browser tab.

3_1

Step 2. Copy the API Token

Under My Access Tokens (or API Token), click Show and copy the displayed token.

The token typically begins with eyJ, as it is provided in JWT format.

Treat this token like a password because it inherits your account permissions. Do not expose it in public repositories or external documentation.

If the token is compromised, click Regenerate in the Developer Center to invalidate the existing token and generate a new one.

3_2

Verification

✔ The API Token has been located in the Developer Center.

✔ The API Token has been copied and stored securely.

Identify the Target Board ID

Identify the Board ID of the board where items will be created.

Step 1. Find the Board ID

Open the target board.

The numeric value immediately following /boards/ in the browser URL is the Board ID.

text
1
https://<account>.monday.com/boards/<Board ID>

3_3

Verification

✔ The target Board ID has been identified.

Configure the monday.com Integration

Enter the generated API Token and Board ID into the product configuration.

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

3_4

Step 1. Enter the Monday API Token

Enter the API Token copied in the "Generate a monday.com API Token" section into the Monday API Token field.

Step 2. Enter the Board ID

Enter the Board ID identified in the "Identify the Target Board ID" section into the Board ID field.

Step 3. Select Events

Select the events to monitor.

Multiple events can be selected. Items are created in monday.com only when the selected events occur.

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 4. Save the Configuration

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

Verification

✔ The Monday API Token has been entered.

✔ The Board ID 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.

3_5

Step 2. Verify the monday.com Board

Open the specified monday.com board and verify that a new item has been created.

3_6

Verification

✔ A new item has been created on the monday.com board.

✔ The generated event has been recorded successfully.

Configuration Complete

After the configuration is saved, the integration becomes active.

From this point forward, whenever one of the selected events occurs, a new item is automatically created on the specified monday.com board.

Troubleshooting

IssueVerification
Items are not createdVerify that the Monday API Token and Board ID are correct and contain no leading or trailing spaces.
Authentication error (401)Verify that the API Token is valid and has not been invalidated by regeneration.
Permission errorVerify that the account used to generate the API Token has permission to access and edit the target board.
Board not foundVerify that the Board ID matches the numeric value following /boards/ in the board URL.
Integration fails in a restricted networkVerify that outbound HTTPS communication to api.monday.com (port 443) is allowed through the firewall or proxy.