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.

AI YouTube Strategist

$197/mo

Annual: $1,970/yr — save $394

  • Full AI tool suite (12 tools)
  • Niche research engine (500+ videos)
  • Titles, scripts, thumbnails on demand
  • Strategy reports & content calendar
  • Works in Claude, Cursor & Windsurf
  • API: 500 calls/day
Get Started — $197/mo
MOST POPULAR

Group Coaching

$497/mo

Annual: $4,970/yr — save $994

Everything in Strategist, plus:

  • 3 live group coaching calls/week
  • Hot seat audits & Q&A
  • Ask questions 24/7
  • Up to 10 channels
  • API: 2,000 calls/day
Join Group Coaching — $497/mo

The Inner Circle

$1,497/mo

Annual: $14,970/yr — save $2,994

Everything in Group Coaching, plus:

  • We build your full strategy
  • Direct message access to Jeremy
  • Annual conference in Dallas
  • Monthly performance reports
  • Accountability check-ins
  • API: 5,000 calls/day
Join Inner Circle — $1,497/mo

All plans include full MCP Server + REST API access. 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