Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Building the Multimedia Content Creator | Automated Multimedia Content Creation
Workflow Automation with Make.com

bookBuilding the Multimedia Content Creator

You move from planning into building. Your goal is to assemble the first working version of the multimedia content creator and verify that the logic and AI outputs behave as expected.

Initial Setup

Before opening Make.com:

  • Create a Google Sheet with columns: Source link, Source title, Tweet, Blog post, LinkedIn post
  • Create a Google Drive folder for future documents

Build the RSS Input

Create a new scenario and add Retrieve RSS Feed Items as the first module.

Generate an XML feed using a tool like RSS.app. Use a broad topic such as tech to ensure AI-related headlines appear. Paste the feed URL into Make, set the maximum items to 10, and save the module.

Filter for AI Headlines

Add a router after the RSS module and run the scenario once to load sample data. Create a filter using:

  • Field: Title
  • Operator: contains (case sensitive)
  • Value: AI
Note
Note

Using uppercase AI avoids false positives from words like contain.

Create the AI Agents

You need three AI agents:

  • Tweet writer
  • LinkedIn post writer
  • Blog writer targeting around 500 words

Prepare prompts using an LLM. Each agent uses the same inputs (title, description, summary, URL) but produces a different format. Create each agent in Make using the largest available model. No tools or MCP are required.

Connect Router to Agents

From the router, create three branches and apply the same AI filter to each one. Add a Run an Agent module on every branch and map:

  • Title
  • Description
  • Summary
  • URL

Test the Scenario

Run the scenario and confirm. Once verified, the logic layer is complete.

  • Only headlines with uppercase AI pass through
  • Each passing item triggers three AI outputs
  • Output length and structure match the platform
question mark

Which step ensures that only AI-related headlines continue through the workflow?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 2

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

bookBuilding the Multimedia Content Creator

Swipe to show menu

You move from planning into building. Your goal is to assemble the first working version of the multimedia content creator and verify that the logic and AI outputs behave as expected.

Initial Setup

Before opening Make.com:

  • Create a Google Sheet with columns: Source link, Source title, Tweet, Blog post, LinkedIn post
  • Create a Google Drive folder for future documents

Build the RSS Input

Create a new scenario and add Retrieve RSS Feed Items as the first module.

Generate an XML feed using a tool like RSS.app. Use a broad topic such as tech to ensure AI-related headlines appear. Paste the feed URL into Make, set the maximum items to 10, and save the module.

Filter for AI Headlines

Add a router after the RSS module and run the scenario once to load sample data. Create a filter using:

  • Field: Title
  • Operator: contains (case sensitive)
  • Value: AI
Note
Note

Using uppercase AI avoids false positives from words like contain.

Create the AI Agents

You need three AI agents:

  • Tweet writer
  • LinkedIn post writer
  • Blog writer targeting around 500 words

Prepare prompts using an LLM. Each agent uses the same inputs (title, description, summary, URL) but produces a different format. Create each agent in Make using the largest available model. No tools or MCP are required.

Connect Router to Agents

From the router, create three branches and apply the same AI filter to each one. Add a Run an Agent module on every branch and map:

  • Title
  • Description
  • Summary
  • URL

Test the Scenario

Run the scenario and confirm. Once verified, the logic layer is complete.

  • Only headlines with uppercase AI pass through
  • Each passing item triggers three AI outputs
  • Output length and structure match the platform
question mark

Which step ensures that only AI-related headlines continue through the workflow?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 2
some-alt