- Automatically create ClickUp tasks when incidents are declared or reach a certain state
- Create tasks as subtasks of an existing ClickUp task using a parent task ID
- Update task title, description, priority, and custom fields as incidents evolve
- Receive ClickUp task events (created, updated, deleted) as Rootly alerts
Before You Begin
Before setting up the integration, make sure you have:- A Rootly account with admin permission to manage integrations
- A ClickUp account with access to the workspace you want to use
- A ClickUp Personal API Token (PAT)
Rootly recommends installing with a dedicated ClickUp service account so the integration does not break if an individual user leaves your organization.
Installation
Open the ClickUp integration in Rootly
Navigate to the integrations page in Rootly and select ClickUp.

Enter your Personal API Token
Paste your ClickUp Personal API Token into the API Key field and select Connect.
Rootly validates the token and registers a webhook with ClickUp to receive task events. Once connected, the installation is complete.

After installation, the Create a ClickUp Task and Update a ClickUp Task workflow actions are available in your Genius workflows. ClickUp task events will also appear as alerts in Rootly.
Workflow Actions
ClickUp organizes content in a hierarchy: Workspaces (Teams) → Spaces → Folders → Lists. When configuring workflow actions, select each level to narrow down the target list.Outbound Actions (Rootly → ClickUp)
The actions in this section are used in Incident Workflows. They execute on changes to the Rootly incident or action item.
Create a ClickUp Task for Incident
Creates a new task in a ClickUp list, linked to the Rootly incident.
Priority mapping (Auto)

Create a ClickUp Subtask for Action Item
Creates a new task as a subtask of an existing ClickUp task, linked to a Rootly action item.When a Create a ClickUp Task for Incident action runs, Rootly stores the resulting task ID on the incident record. Reference it in the Parent Task ID field using Liquid to nest this subtask under the incident task.

Update a ClickUp Task
Updates an existing ClickUp task linked to a Rootly incident.
Update a ClickUp Subtask
Updates an existing ClickUp subtask linked to a Rootly action item.Update a ClickUp Action Item
Updates a ClickUp task that represents a Rootly action item.
Inbound Events (ClickUp → Rootly)
The actions in this section are used in Alert Workflows. They execute on update events sent from ClickUp via webhook.
Each event creates a Rootly alert with the following labels:
Update Action Item
Use an Alert Workflow with the Update Action Item action to sync ClickUp task changes back to Rootly action items.

Data Mapping Syntax
Use the following Liquid template in the Data Mapping field to map ClickUp task update fields to Rootly action item fields:ClickUp sends due dates as Unix timestamps in milliseconds. Divide by 1000 and apply the
date filter to convert to a readable format.