---
title: "ClickUp integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/clickup"
last_updated: "2026-05-28T16:20:55.651Z"
meta:
  description: "Turn user feedback into ClickUp tasks and notify users when the task ships, without copy-paste."
  "og:description": "Turn user feedback into ClickUp tasks and notify users when the task ships, without copy-paste."
  "og:title": "ClickUp integration — Sleekplan | Sleekplan"
---

# Turn user feedback into ClickUp tasks and notify users when the task ships, without copy-paste.

![Pushing Sleekplan feedback to ClickUp as tasks](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/clickup-1.webp)![Linking existing ClickUp tasks to feedback posts](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/clickup-2.webp)![Status sync between ClickUp and Sleekplan](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/clickup-3.webp)

Pushing Sleekplan feedback to ClickUp as tasks

## Overview

Convert a Sleekplan post into a ClickUp task in a single click. The task carries the post's title, description, voter count, and a deep link back so engineering always has context. When you close the ClickUp task, Sleekplan posts a changelog entry and emails the original requesters.

## How it works

Open any post in Sleekplan and hit Push to ClickUp. Pick the Space, Folder, and List, and the task lands with all the context engineering needs. Custom fields, due dates, and assignees can be mapped from Sleekplan attributes.

Status updates fire both ways, so a ClickUp completion automatically transitions the linked post. Use it standalone or chain it with Slack and Intercom for a full feedback-to-shipped loop without manual triage.

## Configure

A Sleekplan admin authorises ClickUp via OAuth, then maps each board to a default ClickUp List. You can override the destination per-post when creating tasks. The integration works on free and paid ClickUp workspaces alike.

## **Explore other integrations **

[**Browse all **](https://sleekplan.com/integrations)

[![Jira Cloud logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/jira.png)**Jira** Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board.](https://sleekplan.com/integrations/jira) [![Linear logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/linear.png)**Linear** Sync feedback with Linear issues and keep customers in the loop on every status change.](https://sleekplan.com/integrations/linear) [![Azure DevOps logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/devops.png)**Azure DevOps** Push customer feedback into Azure DevOps work items and report progress back automatically.](https://sleekplan.com/integrations/devops)

Build your own

## **Don't see it?**Build it.

REST API, real-time webhooks, JavaScript SDK and a full MCP server. Everything our own integrations use is yours to call.

[**Read the docs **](https://sleekplan.com/docs) [**Suggest an integration **](https://feedback.sleekplan.com/feedback/add?type=integrations)

POST/v1/posts 200 OK · 84MS

```
$ curl -X POST https://api.sleekplan.com/v1/posts \
  -H "Authorization: Bearer $SLEEK_KEY" \
  -d '{"title": "Bulk re-categorise", "category": "feature"}'

{
  "id": "p_482",
  "score": 0.81,
  "tags": ["inbox", "feature"]
}
```