PipedreamHQ / PipedreamHQ/pipedream

[APP] Kadenzo

Open
#21,292 3 comments 0 reactions 1 assignee Claimed by @sergio-eliot-rodriguez View on GitHub
app enhancement triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

**Name of app / service**

**Kadenzo** — a social media scheduling app. Schedule posts to X/Twitter, Instagram, LinkedIn, TikTok, Threads, Bluesky, Facebook, YouTube, Pinterest and more. Website: https://kadenzo.app

**Link to developer documentation**

https://studio.kadenzo.app/developers

- **API base:** `https://studio.kadenzo.app/api/v1`
- **Auth:** API key (single field), sent as `Authorization: Bearer `. Users generate a key at `https://studio.kadenzo.app/dashboard/settings?section=api` (available on paid plans).
- **Endpoints:** `POST /posts` (schedule a post), `GET /accounts` (list connected channels), `GET /posts/:id` (post status).

**Is lack of support preventing you from moving forward, or do you have a workaround?**

No workaround — this is a request to register the base **`kadenzo`** app with **API-key auth** so our integration can be reviewed. We've already authored the components in **#21256** (a "Schedule a Post" action plus an Accounts dynamic-prop picker), and @ashwins01 asked us to open this base integration request first so the app + auth can be set up on Pipedream's side. Filing this to unblock that review.

Please set the app **website to https://kadenzo.app**.

**Are there specific actions or triggers you'd like to see for this app?**

Yes — already drafted in #21256:

- **Action — Schedule a Post** → `POST /api/v1/posts` (fields: `content`, `account_ids`, `scheduled_for`, `media_urls`).
- **Accounts** dynamic dropdown → `GET /api/v1/accounts` (powers the action's account picker).
- _Future:_ a "post published" trigger (webhook) once we ship outbound webhooks.

The components authenticate via `this.$auth.api_key` — please confirm the auth field key so we can match it if it differs.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.