Skip to content
FlowHubFluxonLab
ClickUp
Click Upfree

Sync Notion database pages as ClickUp tasks

by n8n Teamadapted from n8n official workflow galleryUpdated Aug 2026
RequiresClickUpClickUpNotionNotion
Share Post Share
On updated database pageOn updated data…Update an existing taskUpdate an exist…CUOn task status updatedOn task status …Get database page by ClickUp IDGet database pa…Update the status of found database pageUpdate the stat…1
1/5
FLOWS
STEPS · 1
Starts on a Notion event

This workflow creates/updates ClickUp tasks when Notion database pages are created/updated. All fields in the Notion database are mapped to a ClickUp property. Notion database will require setup before the workflow can be used. See the list of fields available in the setup below. Prerequisites Notion account and Notion credentials. ClickUp account and ClickUp credentials. How it works When a new database page is created in Notion, the workflow creates a new task in ClickUp with all required fields. The new ClickUp task's ID is saved in the Notion database page's "ClickUp ID" field. Then, when the database page is updated in Notion, the workflow updates the specific ClickUp task identified by the "ClickUp ID" field in Notion. Setup This workflow requires that you set up a Notion database. To do so, follow the steps below: In Notion, create a new database. Add the following columns to the database: Task name (renamed from "Name") Status (with type "Select" with the following options: "to do", "in progress", "review", "revision", "complete") Deadline (with type "Date") ClickUp ID (with type "Text") Add any other fields you require. Share the database to n8n.

Tags

n8nreference-onlyclick-upnotion
Connects
clickupClickUpnotionNotion
CategoryClick Up
Triggermanual
Complexitysimple
Nodes5
AddedDec 9, 2022

Related workflows

See all Click Up
clickup
free

Create a task in ClickUp

Explore this workflow on its official n8n template page.

by tanaypant
clickup
free

Gathering tasks in Typeform and send to ClickUp

Using Typeform to push task requests to an n8n webhook that then categorizes the request and assigns it in ClickUp accordingly. In order to get his workflow working for yourself, you will need: ClickUp account Typeform account Credentials for these services ClickUp configured with appropriate lists Typeform setup with options that correspond with ClickUp lists. You may modify this workflow to meet your specific needs and configuration. This is a very simple version of this workflow and you can make it as complicated as you wish to meet your requirements.

by jason
clickup
free

Create new Clickup Tasks from Slack commands

Create new Clickup Tasks from Slack commands This workflow aims to make it easy to create new tasks on Clickup from normal Slack messages using simple slack command. For example We can have a slack command as /newTask Set task to update new contacts on CRM and assign them to the sales team This will have an new task on Clickup with the same title and description on Clickup For most teams, getting tasks from Slack to Clickup involves manually entering the new tasks into Clickup. What if we could do this with a simple slash command? Step 1 The first step is to Create an endpoint URL for your slack command by creating an events API from the link [below] https://api.slack.com/apps/) STEP 2 Next step is defining the endpoint for your URL Create a new webhook endpoint from your n8n with a POST and paste the endpoint URL to your event API. This will send all slash commands associated with the Slash to the desired endpoint Step 3 Log on to slack API (https://api.slack.com/) and create an application. This is the one we use to run all automation and commands from Slack. Once your app is ready, navigate to the Slash Commands and create a new command This will include the command, the webhook

by Zacharia Kimotho