<- all tokdocs

Make.com for Beginners: Apps, Modules, and Your First Automation

Watch on TikTok

View on TikTok ->

Nathan Hodgson kicks off a beginner-friendly series on Make.com by walking through the platform's core concepts and showing real automations he has built. The video is light on technical depth by design. It is the first entry in a planned series that promises to ramp from the basics into production-grade workflows.

What Make.com Actually Is

Make is a visual automation platform. You connect apps, define triggers, and chain actions together in a drag-and-drop canvas. Hodgson compares it directly to Zapier but says he prefers Make's interface, especially for people who are just starting out. The screen behind him shows a branching workflow that pulls data from Airtable, routes it through ChatGPT to generate LinkedIn posts and images, and publishes the results automatically.

Three Automations as a Preview

Hodgson shows three scenarios to illustrate the range of what the series will cover:

  1. Daily LinkedIn post generator. A simple chain that uses ChatGPT to write a post and schedules it to publish at 8 AM every day. This is the "hello world" of Make automations.
  2. Slack client onboarding system. A scenario that creates channels, invites users, and sends welcome messages when a new client is added. More moving parts, but still a single linear flow.
  3. Multi-account content scheduler. A full branching workflow (visible in the background throughout the video) that schedules different posts across multiple people's accounts daily. This is the kind of system a content team would use, and it is clearly the most complex example in the series roadmap.

Apps vs. Modules

The main teaching point of this first video is the distinction between apps and modules inside Make:

  • Modules are individual actions: send a message, create a channel, search a database. They are the building blocks you drag onto the canvas.
  • Apps are the services those modules belong to. Slack is the app; "invite user to channel" is one of its modules.

Each app in Make exposes a different set of modules. Some modules are unique to a specific app (adding someone to a Slack channel only exists within the Slack app), while the overall pattern of triggers, searches, and actions is consistent across the platform.

Key Takeaways

  • Make.com is a visual automation builder comparable to Zapier, with a canvas-style interface that shows your entire workflow at a glance.
  • The fundamental unit of work is a module (a single action), and modules are grouped under apps (the services they connect to).
  • Even simple automations like a daily LinkedIn post can save real time once they are running, and the same platform scales up to multi-branch, multi-account content systems.
  • This is Part 1 in a series. The scope starts narrow on purpose, with more complex builds promised in later videos.

Published May 26, 2026. Writeup generated from a favorited TikTok.