---
title: "Intercom integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/intercom"
last_updated: "2026-05-28T16:20:54.968Z"
meta:
  description: "Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen."
  "og:description": "Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen."
  "og:title": "Intercom integration — Sleekplan | Sleekplan"
---

# Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen.

![Roadmap and changelog inside the Intercom Messenger](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/intercom-1.webp)![Searching and voting on suggestions inside Intercom](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/intercom-2.webp)![Status-change notifications delivered via Intercom](https://sleekplan.com/_ipx/f_webp/images/integrations/screenshots/intercom-3.webp)

Roadmap and changelog inside the Intercom Messenger

## Overview

This integration plugs Sleekplan into your Intercom Messenger so customers can browse your public roadmap, file new feedback, vote, and read changelog updates without ever leaving the chat. Status changes route back into the same conversation, closing the feedback loop without a single tab switch.

## How it works

Once installed, the Sleekplan widget appears as a Home item inside your Intercom Messenger. Users can search existing posts, vote, comment, and submit new feedback under their Intercom identity. We map Intercom contacts to Sleekplan users automatically, so the vote weight and segment you've already qualified in Intercom carry across to every Sleekplan post.

Roadmap and changelog render inline so you don't have to send anyone away from the chat to learn what's shipping next. Outbound notifications fire when a post moves to In Progress or Released, going straight back to the original requester as an Intercom message.

## Configure

A Sleekplan workspace admin enables the integration from Settings → Integrations → Intercom. The install flow grants OAuth access to your Messenger and asks which boards to surface. From there, each Intercom user lands in Sleekplan as a recognised contact. No extra signup, no second password.

## **Explore other integrations **

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

[![Slack logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/slack.png)**Slack** 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_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"]
}
```