---
title: "Zapier integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/zapier"
last_updated: "2026-05-28T16:20:55.867Z"
meta:
  description: "Connect Sleekplan to 6,000+ other apps. Trigger on new feedback, status change, or vote threshold."
  "og:description": "Connect Sleekplan to 6,000+ other apps. Trigger on new feedback, status change, or vote threshold."
  "og:title": "Zapier integration — Sleekplan | Sleekplan"
---

# Connect Sleekplan to 6,000+ other apps. Trigger on new feedback, status change, or vote threshold.

## Overview

If a product has an API, Zapier already speaks to it, and so does Sleekplan. Trigger Zaps on new feedback, comments, votes crossing a threshold, status changes, NPS responses, and more. Push the signal anywhere your team needs it to land.

## How it works

The Sleekplan-Zapier app exposes both triggers (new post, new comment, status change, CSAT response, NPS vote) and actions (create post, change status, post comment, send notification).

Build a Zap that listens for new feedback and creates a Salesforce case. Or one that pings your founder Slack channel whenever NPS drops below 30. Or sends a thank-you email via HubSpot the moment a feature ships that a customer originally requested. The shape of the loop is yours.

## Configure

Sign in to Zapier, search Sleekplan, and authorise the app with a workspace API key (Sleekplan → Settings → Integrations → API). No developer account needed. The Sleekplan app is publicly listed on Zapier.

## **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) [![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)

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