Skip to main content
To use these workflow actions, you must first connect ClickUp to Rootly. See ClickUp Installation.
ClickUp organizes content in a hierarchy: Workspaces (Teams) → Spaces → Folders → Lists. When configuring workflow actions, select each level in order 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)
Document Image

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.
Document Image

Update a ClickUp Task

Updates an existing ClickUp task linked to a Rootly incident.
Document Image

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.
Document Image

Inbound Events (ClickUp → Rootly)

The actions in this section are used in Alert Workflows. They execute on update events sent from ClickUp via webhook.
When the integration is installed, Rootly registers a webhook with ClickUp to receive task events. The following events create alerts in Rootly: 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.
Document Image
Document Image

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.