KonbiniAPI

Content Digest in n8n

A scheduled brief on what was published, not just that something was.

A topic worth tracking generates more content than anyone will read, and the useful summary is about what was said rather than which posts existed. Transcripts and comment threads make that possible on a schedule: n8n collects on the cadence you set, and the digest carries substance because the content comes back as text.

Before you start
  1. 1A KonbiniAPI accountThe free plan includes 100 credits, which is enough to run this a few times.
  2. 2n8n connectedOAuth2 or API key.
  3. 3A real targetA public account, post, or keyword to run it against — the placeholders below are not live values.

Wire it up.

Each step below is a node or action in n8n. The KonbiniAPI step is an MCP tool call, and it costs the same credits as the matching REST call.

Good for

  • A daily brief on a topic during a launch window
  • A standing weekly summary of what a category is publishing
  • A digest of what people are saying, not only what was posted
  • An archive of the discussion around a topic over time
Workflow steps

Search on a schedule, pull transcripts for what matters, then summarize and deliver. The transcript step is what makes it a digest rather than a list of links.

  1. 1Schedule Trigger nodeSet the cadence. n8n keeps every execution, so a digest that looks wrong can be traced to the run that produced it.
  2. 2MCP node — reddit_search_posts / tiktok_search_videosQuery each platform for the topic. Fan out across parallel branches if you track more than one.
  3. 3MCP node — tiktok_get_video_transcriptFetch transcripts for the items that cleared your engagement filter, so the digest summarizes content rather than metadata.
  4. 4Code nodeDeduplicate across platforms, rank, and write the digest. Cross-platform dedupe is what stops one story appearing three times.
  5. 5Send nodeSlack, email, or straight into Notion.

Run this in n8n.

One API key works for MCP and the REST API. The free plan includes 100 credits and no credit card.