Back to Integrations
integrationAirtable node
integrationClickUp node

Airtable and ClickUp integration

Save yourself the work of writing custom integrations for Airtable and ClickUp and use n8n instead. Build adaptable and scalable Data & Storage, Productivity, and Communication workflows that work with your technology stack. All within a building experience you will love.

How to connect Airtable and ClickUp

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Airtable and ClickUp integration: Create a new workflow and add the first step

Step 2: Add and configure Airtable and ClickUp nodes

You can find Airtable and ClickUp in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Airtable and ClickUp nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Airtable and ClickUp integration: Add and configure Airtable and ClickUp nodes

Step 3: Connect Airtable and ClickUp

A connection establishes a link between Airtable and ClickUp (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Airtable and ClickUp integration: Connect Airtable and ClickUp

Step 4: Customize and extend your Airtable and ClickUp integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Airtable and ClickUp with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Airtable and ClickUp integration: Customize and extend your Airtable and ClickUp integration

Step 5: Test and activate your Airtable and ClickUp workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Airtable to ClickUp or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Airtable and ClickUp integration: Test and activate your Airtable and ClickUp workflow

Automated content migration from ClickUp Docs to Airtable records

Create Airtable records from new ClickUp Doc pages

This workflow automates the process of turning content from ClickUp Docs into structured data in Airtable. When a new task is created in ClickUp with a link to a ClickUp Doc in its name, this workflow triggers, fetches the entire content of that Doc, parses it into individual records, and then creates a new record for each item in a specified Airtable base and table.

Who's it for

This template is perfect for content creators, project managers, and operations teams who use ClickUp Docs for drafting or knowledge management and Airtable for tracking and organizing data. It helps bridge the gap between unstructured text and a structured database.

How it works

Trigger: The workflow starts when a new task is created in a specific ClickUp Team.
Fetch & Parse URL: It gets the new task's details and extracts the ClickUp Doc URL from the task name.
Get Doc Content: It uses the URL to fetch the main Doc and all its sub-pages from the ClickUp API.
Process Content: A Code node parses the text from each page. It's designed to split content by * * * and separate notes by looking for the "notes:" keyword.
Find Airtable Destination: The workflow finds the correct Airtable Base and Table IDs by matching the names you provide.
Create Records: It loops through each parsed content piece and creates a new record in your specified Airtable table.

How to set up

Configure the Set Node: Open the "Configure Variables" node and set the following values:
clickupTeamId: Your ClickUp Team ID. Find it in your ClickUp URL (e.g., app.clickup.com/9014329600/...).
airtableBaseName: The exact name of your target Airtable Base.
airtableTableName: The exact name of your target Airtable Table.
airtableVerticalsTableName: The name of the table in your base that holds "Vertical" records, which are linked in the main table.
Set Up Credentials: Add your ClickUp (OAuth2) and Airtable (Personal Access Token) credentials to the respective nodes.
Airtable Fields: Ensure your Airtable table has fields corresponding to the ones in the Create New Record in Airtable node (e.g., Text, Status, Vertical, Notes). You can customize the mapping in this node.
Activate Workflow: Save and activate the workflow.
Test: Create a new task in your designated ClickUp team. In the task name, include the full URL of the ClickUp Doc you want to process.

How to customize the workflow

Parsing Logic:* You can change how the content is parsed by modifying the JavaScript in the Parse Content from Doc Pages Code node. For example, you could change the delimiter from * * to something else.
Field Mapping:** Adjust the Create New Record in Airtable node to map data to different fields or add more fields from the source data.
Trigger Events:** Modify the Trigger on New ClickUp Task node to respond to different events, such as taskUpdated or taskCommentPosted.

Nodes used in this workflow

Popular Airtable and ClickUp workflows

Automated Content Migration from ClickUp Docs to Airtable Records

Create Airtable records from new ClickUp Doc pages This workflow automates the process of turning content from ClickUp Docs into structured data in Airtable. When a new task is created in ClickUp with a link to a ClickUp Doc in its name, this workflow triggers, fetches the entire content of that Doc, parses it into individual records, and then creates a new record for each item in a specified Airtable base and table. Who's it for This template is perfect for content creators, project managers, and operations teams who use ClickUp Docs for drafting or knowledge management and Airtable for tracking and organizing data. It helps bridge the gap between unstructured text and a structured database. How it works Trigger: The workflow starts when a new task is created in a specific ClickUp Team. Fetch & Parse URL: It gets the new task's details and extracts the ClickUp Doc URL from the task name. Get Doc Content: It uses the URL to fetch the main Doc and all its sub-pages from the ClickUp API. Process Content: A Code node parses the text from each page. It's designed to split content by * * * and separate notes by looking for the "notes:" keyword. Find Airtable Destination: The workflow finds the correct Airtable Base and Table IDs by matching the names you provide. Create Records: It loops through each parsed content piece and creates a new record in your specified Airtable table. How to set up Configure the Set Node: Open the "Configure Variables" node and set the following values: clickupTeamId: Your ClickUp Team ID. Find it in your ClickUp URL (e.g., app.clickup.com/9014329600/...). airtableBaseName: The exact name of your target Airtable Base. airtableTableName: The exact name of your target Airtable Table. airtableVerticalsTableName: The name of the table in your base that holds "Vertical" records, which are linked in the main table. Set Up Credentials: Add your ClickUp (OAuth2) and Airtable (Personal Access Token) credentials to the respective nodes. Airtable Fields: Ensure your Airtable table has fields corresponding to the ones in the Create New Record in Airtable node (e.g., Text, Status, Vertical, Notes). You can customize the mapping in this node. Activate Workflow: Save and activate the workflow. Test: Create a new task in your designated ClickUp team. In the task name, include the full URL of the ClickUp Doc you want to process. How to customize the workflow Parsing Logic:* You can change how the content is parsed by modifying the JavaScript in the Parse Content from Doc Pages Code node. For example, you could change the delimiter from * * to something else. Field Mapping:** Adjust the Create New Record in Airtable node to map data to different fields or add more fields from the source data. Trigger Events:** Modify the Trigger on New ClickUp Task node to respond to different events, such as taskUpdated or taskCommentPosted.

Build your own Airtable and ClickUp integration

Create custom Airtable and ClickUp workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Airtable supported actions

Get Many
List all the bases
Get Schema
Get the schema of the tables in a base
Create
Create a new record in a table
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a record from a table
Get
Retrieve a record from a table
Search
Search for specific records or list all
Update
Update a record in a table

ClickUp supported actions

Create
Create a checklist
Delete
Delete a checklist
Update
Update a checklist
Create
Create a checklist item
Delete
Delete a checklist item
Update
Update a checklist item
Create
Create a comment
Delete
Delete a comment
Get Many
Get many comments
Update
Update a comment
Create
Create a folder
Delete
Delete a folder
Get
Get a folder
Get Many
Get many folders
Update
Update a folder
Create
Create a goal
Delete
Delete a goal
Get
Get a goal
Get Many
Get many goals
Update
Update a goal
Create
Create a key result
Delete
Delete a key result
Update
Update a key result
Create
Create a list
Custom Fields
Retrieve list's custom fields
Delete
Delete a list
Get
Get a list
Get Many
Get many lists
Member
Get list members
Update
Update a list
Create
Create a space tag
Delete
Delete a space tag
Get Many
Get many space tags
Update
Update a space tag
Create
Create a task
Delete
Delete a task
Get
Get a task
Get Many
Get many tasks
Member
Get task members
Set Custom Field
Set a custom field
Update
Update a task
Create
Create a task dependency
Delete
Delete a task dependency
Add
Add a task to a list
Remove
Remove a task from a list
Add
Add a tag to a task
Remove
Remove a tag from a task
Create
Create a time entry
Delete
Delete a time entry
Get
Get a time entry
Get Many
Get many time entries
Start
Start a time entry
Stop
Stop the current running timer
Update
Update a time Entry
Add
Add tag to time entry
Get Many
Get many time entry tags
Remove
Remove tag from time entry

FAQs

  • Can Airtable connect with ClickUp?

  • Can I use Airtable’s API with n8n?

  • Can I use ClickUp’s API with n8n?

  • Is n8n secure for integrating Airtable and ClickUp?

  • How to get started with Airtable and ClickUp integration in n8n.io?

Need help setting up your Airtable and ClickUp integration?

Discover our latest community's recommendations and join the discussions about Airtable and ClickUp integration.
Michael Wells
Nikolay Titov
Mikey Ross

Looking to integrate Airtable and ClickUp in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Airtable with ClickUp

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon