---
title: "Integrations — Connect Sleekplan to everywhere you work | Sleekplan"
canonical_url: "https://sleekplan.com/integrations"
last_updated: "2026-05-28T16:20:54.461Z"
meta:
  description: "Twelve native integrations (Intercom, Slack, GitHub, Jira, ClickUp, Zapier) plus 6,000+ more via Zapier. Pipe feedback into the tools your team already lives in."
  "og:description": "Twelve native integrations (Intercom, Slack, GitHub, Jira, ClickUp, Zapier) plus 6,000+ more via Zapier. Pipe feedback into the tools your team already lives in."
  "og:title": "Integrations — Connect Sleekplan to everywhere you work | Sleekplan"
---

# Connect Sleekplan to everywhere you work.

Twelve native integrations, plus 6,000+ more through Zapier. Pipe feedback into the tools your team already lives in.

[![Intercom logo](https://sleekplan.com/_ipx/f_webp&s_48x48/images/integrations/intercom.png)<h3>**Intercom**</h3>Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen.](https://sleekplan.com/integrations/intercom) [![Slack logo](https://sleekplan.com/_ipx/f_webp&s_48x48/images/integrations/slack.png)<h3>**Slack**</h3>Manage feedback from Slack: create posts, ship changelog updates, and get notified on every CSAT vote.](https://sleekplan.com/integrations/slack) [![GitHub logo](https://sleekplan.com/_ipx/f_webp&s_48x48/images/integrations/github.png)<h3>**GitHub**</h3>Sync GitHub Issues with your Sleekplan widget. Status updates flow back to your users automatically.](https://sleekplan.com/integrations/github) [![Jira Cloud logo](https://sleekplan.com/_ipx/f_webp&s_48x48/images/integrations/jira.png)<h3>**Jira**</h3>Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board.](https://sleekplan.com/integrations/jira) [![ClickUp logo](https://sleekplan.com/_ipx/f_webp&s_48x48/images/integrations/clickup.png)<h3>**ClickUp**</h3>Turn user feedback into ClickUp tasks and notify users when the task ships, without copy-paste.](https://sleekplan.com/integrations/clickup) [![Zapier logo](https://sleekplan.com/_ipx/f_webp&s_48x48/images/integrations/zapier.png)<h3>**Zapier**</h3>Connect Sleekplan to 6,000+ other apps. Trigger on new feedback, status change, or vote threshold.](https://sleekplan.com/integrations/zapier)

**All integrations**

- [![Linear logo](https://sleekplan.com/_ipx/f_webp&s_32x32/images/integrations/linear.png)LinearSync 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_32x32/images/integrations/devops.png)Azure DevOpsPush customer feedback into Azure DevOps work items and report progress back automatically.](https://sleekplan.com/integrations/devops)
- [![Jira Data Center logo](https://sleekplan.com/_ipx/f_webp&s_32x32/images/integrations/jira.png)Jira Data CenterSelf-hosted Jira? Same workflow as Cloud: push posts, link tickets, sync status.](https://sleekplan.com/integrations/jira-dc)
- [![WordPress logo](https://sleekplan.com/_ipx/f_webp&s_32x32/images/integrations/wordpress.png)WordPressSingle sign-on into any WordPress-powered site so users post feedback under their identity.](https://sleekplan.com/integrations/wordpress)
- [![Chrome browser logo](https://sleekplan.com/_ipx/f_webp&s_32x32/images/integrations/chrome.png)Chrome ExtensionCapture feedback and vote on existing posts from any tab. Install once, use everywhere.](https://sleekplan.com/integrations/chrome)
- [![Cloudflare logo](https://sleekplan.com/_ipx/f_webp&s_32x32/images/integrations/cloudflare.png)CloudflareOne-click install for any Cloudflare-powered app. No DNS changes, no code edits.](https://sleekplan.com/integrations/cloudflare)

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"]
}
```