---
title: "Slack integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/slack"
last_updated: "2026-05-28T16:20:54.945Z"
meta:
  description: "Manage feedback from Slack: create posts, ship changelog updates, and get notified on every CSAT vote."
  "og:description": "Manage feedback from Slack: create posts, ship changelog updates, and get notified on every CSAT vote."
  "og:title": "Slack integration — Sleekplan | Sleekplan"
---

# Manage feedback from Slack: create posts, ship changelog updates, and get notified on every CSAT vote.

![Adding feedback on behalf of customers from Slack](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/slack-1.webp)![Publishing changelog updates straight from Slack](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/slack-2.webp)![Slack notifications for new feedback and CSAT votes](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/slack-3.webp)

Adding feedback on behalf of customers from Slack

## Overview

The Slack integration turns every conversation into a feedback funnel. Mention a request in any channel and convert it into a Sleekplan post with a single slash command. Ship a changelog entry without leaving Slack. Get a ping the moment a feature crosses your vote threshold.

## How it works

Use /sleek feedback to file a post on behalf of a customer from any channel, handy for support chats where the request first lands. Use /sleek changelog to publish release notes straight from Slack with no copy-paste.

Notifications for new feedback, comments, CSAT votes, and status changes route into the channels you pick: one for sales, one for support, one for product, your call. Reply in-thread to leave a comment back on the originating Sleekplan post.

## Configure

Add Sleekplan to your workspace from Settings → Integrations → Slack, then pick the default channel for each event type. Slack admins can scope the install to a single channel or open it to the whole workspace. Personal preferences override workspace defaults so noisy notifications don't follow every teammate.

## **Explore other integrations **

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

[![Intercom logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/intercom.png)**Intercom** Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen.](https://sleekplan.com/integrations/intercom) [![GitHub logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/github.png)**GitHub** 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_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)

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