ClickUp
+
Niche King

Automate Tasks in ClickUp

Connect Niche King to ClickUp to automatically create production tasks, track video status, and attach generated scripts. Sync your entire content pipeline in one place.

How This Works

Niche King does not connect to ClickUp directly. This guide shows how to create video tasks and track production status using Zapier or Make as middleware.

For a direct AI-powered experience with all 12 tools, try Claude, Cursor, Windsurf, Cline, Continue, Zed, or Amazon Q — all connect natively via MCP.

ClickUp + API access is included with every plan

No separate API pricing. Subscribe to any plan, generate your API key, and connect instantly.

FOUNDERS PRICE — LOCKED FOREVER

Pro

$997$497/year

~$41/mo · billed annually · no setup fees, ever

  • Unlock your niche — AI-coached Niche Clarity profile you'll actually use
  • Build your strategy — deep niche research with 500+ videos analyzed per run
  • Know what to make — content calendar, trending topics, gap analysis
  • Make it — 12 AI tools for titles, scripts, thumbnails, descriptions & more
  • MCP + REST API — works natively in Claude, Cursor, Windsurf & Zed
  • AI Coach trained on your niche 24/7
  • API: 500 calls/day
Pay in full — $497/year

Or 3 payments of $167

Pro+

$497/mo

Annual: $4,970/yr

Everything in Pro, plus:

  • 3 live group coaching calls/week
  • Hot seat channel audits & Q&A
  • Private community
  • Ask the coaching team anything 24/7
  • Up to 5 projects (channels)
  • API: 2,000 calls/day
Join Pro+ — $497/mo

The Inner Circle

$1,497/mo

Annual: $14,970/yr

Everything in Pro+, plus:

  • We build your full strategy for you
  • Direct message access to the Niche King team
  • Monthly performance reports with coaching
  • Annual conference ticket included
  • Up to 50 projects (channels)
  • API: 5,000 calls/day
Join Inner Circle — $1,497/mo

Every plan works natively in Claude, Cursor, Windsurf, Cline, Zed & more — full REST API + MCP Server included. The most AI-native YouTube strategy platform.

Up to 5 API keys per account. Cancel anytime.

Webhooks — Real-Time Events

Receive real-time events when content is generated, videos are committed, or research completes. Automatically create ClickUp tasks and update statuses.

1

Generate a Niche King API Key

Log in to Niche King and go to Settings → API Keys. Click "Generate New Key" and copy your key (starts with sk-nk-). Store it safely — you'll use it to authenticate webhook registration and API calls.

2

Set up ClickUp Webhooks API

Create a webhook in ClickUp to receive Niche King events. Use this curl command to register:

Register ClickUp webhook
curl -X POST https://api.clickup.com/api/v2/team/YOUR_TEAM_ID/webhooks \
  -H "Authorization: pk_YOUR_CLICKUP_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "endpoint": "https://app.nicheking.video/webhooks/clickup",
    "events": ["content.generated", "video.committed", "research.completed"]
  }'

Replace YOUR_TEAM_ID and YOUR_CLICKUP_TOKEN with your ClickUp workspace ID and personal API token (find it at Settings → API in ClickUp).

3

Map Niche King Events to Tasks

When Niche King sends a webhook event, configure ClickUp to automatically create tasks. Example:

Event: content.generated
Action: Create task in "Scripts" list
Title: Script: [videoTitle]
Fields: Attach script URL, set status to "Ready to Review"

Actions — Create & Update Tasks

Use the ClickUp API directly to create tasks, attach files, and update custom fields with Niche King content.

1

Install ClickUp API Access

Create a webhook receiver in your infrastructure or use Zapier/Make to bridge Niche King and ClickUp (see templates below). For direct API integration, you'll need your ClickUp API token and List ID.

2

Create a Task with AI Content

Use this curl command to create a ClickUp task with Niche King generated content:

Create ClickUp task
curl -X POST https://api.clickup.com/api/v2/list/YOUR_LIST_ID/task \
  -H "Authorization: pk_YOUR_CLICKUP_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Script: How to Grow Your YouTube Channel",
    "description": "Generated by Niche King\n\nFormula: How-To\nViews (Research): 2.4M",
    "priority": 2,
    "list_id": "YOUR_LIST_ID",
    "custom_fields": [
      {
        "id": "SCRIPT_URL_FIELD_ID",
        "value": "https://app.nicheking.video/my-videos/abc123"
      },
      {
        "id": "STATUS_FIELD_ID",
        "value": "Ready to Review"
      }
    ]
  }'

Find YOUR_LIST_ID in ClickUp's URL: clickup.com/?l=YOUR_LIST_ID

3

Attach AI Scripts as Comments

Add the generated script text directly to the task as a comment:

Post script as comment
curl -X POST https://api.clickup.com/api/v2/task/TASK_ID/comment \
  -H "Authorization: pk_YOUR_CLICKUP_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "comment_text": "[HOOK]\nHey, here is an interesting statistic...\n\n[BODY]\nLet me explain why this matters...",
    "notify_all": true
  }'

Use Cases

📹

Auto-create Production Tasks

When you commit a video to My Videos, ClickUp automatically creates a task with subtasks for scripting, filming, editing, and thumbnails.

Video CommittedCreate Parent TaskCreate SubtasksSet Due Dates
📊

Track Content Pipeline

Use ClickUp custom statuses to track videos from "Script Generated" → "Filmed" → "Edited" → "Published". Keep your whole team in sync.

Custom Status FieldsNiche King APIAuto-update StatusTeam Notifications
📝

Store AI Scripts in ClickUp

Every time you generate a script in Niche King, it automatically posts to the ClickUp task as a formatted comment or attachment.

Generate ScriptWebhook FiresAttach to TaskTeam Reviews Script
📅

Weekly Planning from Schedule

Run an automation every Monday that reads your Niche King schedule and creates a ClickUp task list for the week's content.

Monday MorningFetch ScheduleCreate Weekly Task BatchAssign to Team

Build with Zapier or Make

Use Zapier or Make to wire Niche King and ClickUp together without code. Here's a proven template:

Zap: Video Committed → ClickUp Task

TRIGGER

Webhook: New content.generated event from Niche King

ACTION 1

Formatter: Build ClickUp task JSON from webhook data

ACTION 2

ClickUp: Create task in "Content Pipeline" list

ACTION 3

Slack: Notify #content-team that task was created

Set up webhooks by registering your Zapier/Make webhook URL with Niche King (see Webhooks section above). Use the Formatter step to transform Niche King JSON into ClickUp's expected format.

Also works with Asana, Monday.com, and any REST API

The Niche King API is standard REST. Any project management tool with webhooks and API access can integrate — use the same patterns with Asana, Monday.com, Jira, or Trello.

Manage Your Content Pipeline?

Connect ClickUp to Niche King and automate your entire production workflow. Every plan includes full API + webhook access. Start free today.

See PlansView All Connections