Knowledge × Social
NotionYouTubeAGNT

Automate Notion + YouTube

The team wiki agents can actually keep current. Long-form content worth repurposing everywhere else. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Content Producer → Get AGNT free

Content Producer already works across Notion and YouTube — free, and it runs on your machine.

Automations teams run

These are not field mappings. An agent reads the Notion side, works out what it means, and only then decides what — if anything — should happen in YouTube.

When a page is created or edited in Notion…

…an agent can pull transcripts and stats in YouTube — after reading the context and deciding it should.

When a database row changes in Notion…

…an agent can draft descriptions and chapters in YouTube — after reading the context and deciding it should.

When a status flips in Notion…

…an agent can summarise comments in YouTube — after reading the context and deciding it should.

When a video is published in YouTube…

…an agent can create and update pages in Notion — with the reasoning recorded in the run’s receipt.

When a comment arrives in YouTube…

…an agent can write database rows in Notion — with the reasoning recorded in the run’s receipt.

Notion to YouTube, setup template

Start with the notion-api node and the youtube-api node. Configure the Notion source payload, the agent input, and the YouTube operation. The sequential template does not implement conditional writes or approval by itself.

Notion to YouTube: run on a schedule → read notion → review source and draft → configure destination in youtube TRIGGER trigger-timer Run on a schedule Configure activation ACTION notion-api Read Notion Configure inputs ACTION agnt-agent Review source and draft Configure inputs ACTION youtube-api Configure destination in YouTube Configure inputs
Setup template for Notion and YouTube; verify data mapping and authorization using test accounts.
Notion → YouTubeSetup template · configure before activation

This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.

{
  "id": "652fdc1b-e9fd-44ad-aa84-91faa0d85b06",
  "name": "Notion → YouTube",
  "nodes": [
    {
      "id": "07cb1163-66a4-4c7f-aade-88b65137b78a",
      "text": "Run on a schedule",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "trigger-timer",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "fireOnStart": "No",
        "scheduleType": "Interval",
        "schedule": "Every 15 Minutes"
      },
      "description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "9fe2d22f-ab83-4804-ab00-dac7a10166c0",
      "text": "Read Notion",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "notion-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "operation": "search",
        "pageSize": 1,
        "query": "CONFIGURE_QUERY",
        "filterType": "all"
      },
      "description": "Setup template for Notion API. Interact with Notion - search, query databases, get pages, and create pages. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "ecaf3e68-0eda-4047-a3dc-8f1bbd4791f2",
      "text": "Review source and draft",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "agentId": "CONFIGURE_AGENTID",
        "message": "Read the Notion item. Decide whether it warrants action in YouTube, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
      },
      "description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "709fece6-fa98-4f88-a039-6626bab0d7c4",
      "text": "Configure destination in YouTube",
      "x": 512,
      "y": 720,
      "isEditing": false,
      "type": "youtube-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "ADD_VIDEO_TO_PLAYLIST",
        "playlistId": "CONFIGURE_PLAYLISTID"
      },
      "description": "Setup template for YouTube API. Interact with the YouTube API to manage videos, comments, playlists, and more. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "1d60abaa-85eb-41e2-afec-612ea583b900",
      "start": {
        "id": "07cb1163-66a4-4c7f-aade-88b65137b78a",
        "type": "output"
      },
      "end": {
        "id": "9fe2d22f-ab83-4804-ab00-dac7a10166c0",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "8819c2f0-4dbe-4ec7-a1ae-9f8d9ca5553a",
      "start": {
        "id": "9fe2d22f-ab83-4804-ab00-dac7a10166c0",
        "type": "output"
      },
      "end": {
        "id": "ecaf3e68-0eda-4047-a3dc-8f1bbd4791f2",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    },
    {
      "id": "f6e17652-ee47-4b7a-a685-1cdceae7d77c",
      "start": {
        "id": "ecaf3e68-0eda-4047-a3dc-8f1bbd4791f2",
        "type": "output"
      },
      "end": {
        "id": "709fece6-fa98-4f88-a039-6626bab0d7c4",
        "type": "input"
      },
      "startX": 800,
      "startY": 552,
      "endX": 512,
      "endY": 744
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure Notion API

Interact with Notion - search, query databases, get pages, and create pages.

  • operation — Operation to perform Current example: search.
  • query — Search query text Current example: CONFIGURE_QUERY.
  • filterType — Filter results by type Current example: all.
  • pageSize — Max results (default: 10-100) Current example: 1.

Configure YouTube API

Interact with the YouTube API to manage videos, comments, playlists, and more.

  • action — The action to perform on YouTube Current example: ADD_VIDEO_TO_PLAYLIST.
  • playlistId — The ID of the playlist Current example: CONFIGURE_PLAYLISTID.

Install Content Producer

Content Producer already uses both Notion and YouTube, so installing it gives you this exact hand-off wired up — connected, editable, and running on your own machine.

Runs on your own machine · See what it does

Wiring Notion to YouTube

  1. Download AGNT Community Core — free and local-first.
  2. Connect Notion with one OAuth sign-in and YouTube with one OAuth sign-in; both land in the local vault.
  3. Start from a marketplace workflow, or drop notion-api and youtube-api onto the canvas with an agent between them.
  4. Put an approval gate on anything consequential, then run it — the receipt shows what was read in Notion and what was written to YouTube.

Notion and YouTube — common questions

Can I connect Notion to YouTube without writing code?

No code is required. Add both connections in the vault (Notion uses one OAuth sign-in, YouTube uses one OAuth sign-in), then either install a marketplace workflow for this pair or drag the two nodes onto the canvas and put an agent between them.

How is this different from a field-mapping Notion to YouTube automation?

Mapping tools move data; this reasons about it. Rather than copying a field into YouTube, the agent can weigh what arrived from Notion, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my Notion and YouTube data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Notion, YouTube, and your chosen model provider — which can be a local one.

What does a Notion and YouTube run leave behind?

You get an auditable trail rather than a success flag. It shows the Notion context the agent worked from, the judgment it made about videos become posts, threads and newsletters, and the exact change applied in YouTube, with approvals attached where you required them.

Give AI a job. Get the proof.