Knowledge × Social
NotionX (Twitter)AGNT

Automate Notion + X (Twitter)

The team wiki agents can actually keep current. The feed where your market thinks out loud. 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 X (Twitter) — free, and it runs on your machine.

Automations teams run

Unlike field-mapping automation, the step in the middle is an agent: it can summarise, classify, judge and draft, not merely copy values from Notion into X (Twitter).

When a page is created or edited in Notion…

…an agent can post threads and replies in X (Twitter) — after reading the context and deciding it should.

When a database row changes in Notion…

…an agent can collect engagement metrics in X (Twitter) — after reading the context and deciding it should.

When a status flips in Notion…

…an agent can post threads and replies in X (Twitter) — after reading the context and deciding it should.

When a mention or keyword appears in X (Twitter)…

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

When a schedule fires in X (Twitter)…

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

Notion to X (Twitter), setup template

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

Notion to X (Twitter): run on a schedule → read notion → review source and draft → configure destination in x (twitter) 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 twitter-api Configure destination in X (Twitter) Configure inputs
Setup template for Notion and X (Twitter); verify data mapping and authorization using test accounts.
Notion → X (Twitter)Setup 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": "13cf3594-bd5b-4c4d-a2e8-9e3df8d42142",
  "name": "Notion → X (Twitter)",
  "nodes": [
    {
      "id": "00ca923a-7a8f-490a-a884-d036b4690300",
      "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": "7e43ea43-e104-4541-a93c-31f030f1a0fe",
      "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": "e39be6f8-777a-4622-a79d-a65439185848",
      "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 X (Twitter), 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": "52551bbd-2be5-43d7-a9ca-a40afcf07e46",
      "text": "Configure destination in X (Twitter)",
      "x": 512,
      "y": 720,
      "isEditing": false,
      "type": "twitter-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "POST",
        "text": "CONFIGURE_TEXT"
      },
      "description": "Setup template for X (Twitter) API. Interact with Twitter to post, quote, reply, delete, retrieve tweets, search, manage follows, and fetch profiles/conversations. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "f18538e2-24f4-44bd-a4f6-4d995dcb2bc2",
      "start": {
        "id": "00ca923a-7a8f-490a-a884-d036b4690300",
        "type": "output"
      },
      "end": {
        "id": "7e43ea43-e104-4541-a93c-31f030f1a0fe",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "86c9ca1c-431b-4fb2-aec1-c0f86b19893c",
      "start": {
        "id": "7e43ea43-e104-4541-a93c-31f030f1a0fe",
        "type": "output"
      },
      "end": {
        "id": "e39be6f8-777a-4622-a79d-a65439185848",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    },
    {
      "id": "da0aacdb-2733-4a2f-aff9-51ee58a69376",
      "start": {
        "id": "e39be6f8-777a-4622-a79d-a65439185848",
        "type": "output"
      },
      "end": {
        "id": "52551bbd-2be5-43d7-a9ca-a40afcf07e46",
        "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 X (Twitter) API

Interact with Twitter to post, quote, reply, delete, retrieve tweets, search, manage follows, and fetch profiles/conversations.

  • action — The action to perform on Twitter Current example: POST.
  • text — The content of the tweet, reply, or quote tweet Current example: CONFIGURE_TEXT.

Install Content Producer

Content Producer already uses both Notion and X (Twitter), 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

What building this looks like

  1. Get AGNT Community Core. Free, local, no sign-up needed to run a workflow.
  2. Add both connections to the vault — Notion takes one OAuth sign-in, X (Twitter) takes one OAuth sign-in.
  3. Configure the nodes above, or start from a marketplace workflow and edit it. The agent in the middle is the part worth spending time on.
  4. Run it once with an approval gate in place. The receipt tells you what it read, what it concluded, and what it changed in X (Twitter).

Notion and X (Twitter) — common questions

Can I connect Notion to X (Twitter) without writing code?

Yes. Notion connects with one OAuth sign-in and X (Twitter) with one OAuth sign-in, both from the local credential vault. You then describe the job in plain language — “when a page is created or edited, post threads and replies” — and the agent handles the rest.

How is this different from a field-mapping Notion to X (Twitter) automation?

A field mapping copies values and breaks on the first record nobody anticipated. The middle step here reads the Notion item in full and decides — whether it matters, how to summarise it, and what belongs in X (Twitter). Deciding to do nothing is a valid outcome, which no mapping can express.

Does my Notion and X (Twitter) 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, X (Twitter), and your chosen model provider — which can be a local one.

What does a Notion and X (Twitter) 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 published work becomes native threads, and the exact change applied in X (Twitter), with approvals attached where you required them.

Give AI a job. Get the proof.