ClickUp Notification Integration

Overview

You can integrate ClickUp notifications to automatically create ClickUp tasks for status changes during file transfer tasks.

After completing the integration, a task is automatically created in the designated ClickUp list whenever designated events occur, such as a transfer being Started, Completed, or Failed.

The entire process proceeds in the following order: ① Obtain a Personal API Token → ② Check the target List ID → ③ Configure notifications in the product.

Prerequisites

Before you begin, check the following.

ItemDescription
ClickUp accountA ClickUp account with permission to access and edit the target list is required. The Personal API Token uses the permissions of the account that issued it.
Target listPrepare the ClickUp list where tasks will be created in advance.
NetworkOutbound HTTPS communication to api.clickup.com (443) must be allowed from the environment where the product is installed.

Obtain a Personal API Token

To create tasks in ClickUp, you must obtain a Personal API Token.

Step 1. Open Apps Settings

Click the profile avatar in the upper-right corner and go to Settings.

Select Apps from the left menu.

Apps settings screen

Step 2. Create a Personal API Token

Click Generate under API Token.

If you already have a token, you can select Regenerate to create a new token.

The generated Personal API Token starts with pk_ and does not expire by default.

ℹ️ This token has the same permissions as the account that issued it, so it must be managed like a password and must not be exposed externally. If the token is exposed, you can use Regenerate to invalidate the existing token.

Personal API Token creation screen

Checklist

  • ✔ A Personal API Token has been created.
  • ✔ The token has been copied and stored securely.

Check the Target List ID

Check the List ID of the target list where tasks will be created.

Step 1. Check the List ID

Right-click the target list in the sidebar, then select Copy link.

The number after /l/ or /li/ in the copied URL is the List ID.

You can also check the same value in the browser address bar while the target list is open.

List ID check screen

Checklist

  • ✔ The List ID of the target list has been confirmed.

ClickUp Notification Settings

Enter the issued Personal API Token and List ID in the product's notification settings.

When you open the Notifications settings window, the following screen is displayed.

ClickUp notification settings screen

Step 1. Enter the Personal API Token

Enter the generated token in the Personal API Token field.

Step 2. Enter the List ID

Enter the confirmed List ID in the List ID field.

Step 3. Select Notification Events

Select the events for which you want to receive notifications under Events.

You can select multiple events, and ClickUp tasks are created only when the selected events occur.

EventWhen It Occurs
StartedWhen the transfer task starts
CompletedWhen the transfer is completed successfully
PausedWhen the transfer is temporarily paused
ResumedWhen a paused transfer starts again
RecoveredWhen the transfer is automatically recovered and resumed after an interruption or error
CanceledWhen the user cancels the transfer
FailedWhen the transfer fails
SkippedWhen a specific file is skipped (Example: an existing file or a file matching a filter condition)

Step 4. Save the Settings

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

Checklist

  • ✔ The Personal API Token has been entered.
  • ✔ The List ID has been entered.
  • ✔ The events for which notifications will be received have been selected.

Verify the Integration

Verify that the settings are working correctly.

Step 1. Trigger a Test Event

Run an actual transfer task or trigger one of the selected events.

Transfer execution screen

Step 2. Check the ClickUp List

Check whether a new task has been created in the designated ClickUp list.

ClickUp task creation screen

Checklist

  • ✔ A task has been created in the ClickUp list.
  • ✔ The triggered event was recorded accurately.

Setup Complete

Once the settings are saved, the integration is applied.

After that, a task is automatically created in the designated ClickUp list whenever the selected events occur.

Troubleshooting

If tasks are not created, check the following items.

IssueWhat to Check
A task is not createdCheck whether the Personal API Token and List ID were entered correctly.
A 401 authentication error occursCheck whether the token is valid and has not been invalidated using Regenerate.
A 403 permission error occursCheck whether the account that issued the token has permission to access the target list and create tasks.
The list cannot be foundCheck whether the List ID is the correct ID of the target list after /l/ or /li/.
Integration fails in a closed networkCheck whether outbound HTTPS communication to api.clickup.com (443) is allowed by the firewall or proxy.