What You Can Build with Sync GTM
Outcome: you finish this lesson knowing what Sync GTM does, which problems it is the wrong tool for, and what you are going to build across the next fifteen lessons.
- Surface
- Sync GTM app
- Level
- Beginner
- Uses
- No actions — orientation only
- Credits
- 0
- Prerequisite
- None
What Sync GTM is
A table where each row is a company or a person, and each column is a step that runs automatically against that row.
That is the whole model. The columns can search a directory, scrape a website, ask an AI agent a question, look up a verified email across several providers, classify a value, or push the finished row into your CRM. You configure a column once and it runs on every row — the ten you have today and the four hundred you add next month.
The reason this shape matters: prospect research is the same five steps repeated per account. A table makes the repetition free, and leaves you to decide what the steps should be.
What it is not
Being clear about this now saves you from three lessons of frustration:
- Not a sequencer. Sync GTM builds and enriches the list; your sending tool sends it. Lesson 16 covers the handoff.
- Not a CRM. It reads from and writes to your CRM, but the system of record stays where it is.
- Not a scraper you point at anything. Some sources are reachable, some are not, and some are reachable but shouldn’t be scraped. Web Scrapers covers the boundaries, including the legal ones.
The four-stage framework
Every workflow in this library, and every workflow you will build, breaks into four stages:
| Stage | The question it answers | Typical cost |
|---|---|---|
| Find | Who should be in this table at all? | Low |
| Research | What is true about them that no database knows? | Medium |
| Enrich | What is true about them that a database does know? | Medium to high |
| Outreach | What do they actually receive? | Highest |
Two things follow from that table, and they drive nearly every recommendation in this course.
Order is not arbitrary. Each stage costs more per row than the one before it. Filtering hard at Find and Research means you pay for Enrich on fewer rows.
Stages are separable. You can stop after Find if all you needed was a market count. You can run Research alone to answer a question about accounts you already own. Nothing forces you through all four.
The framework is explained in full, with worked examples, on The Sync GTM App. Read it after this lesson if you want the longer version — lesson 02 assumes it.
What you will build in this course
One table, extended lesson by lesson, ending like this:
Find
A list of companies matching a definition you write, imported from a search rather than bought as a file.
Research
An AI agent answering one specific question per company — something current and checkable, not a summary of their homepage.
Enrich
The right person at each company, with a work email verified across providers before it counts as found.
Outreach
An opening line generated per row from the research answer, and the finished list exported to a CSV, a CRM, or a sequencer.
Every lesson adds one column and explains why it sits where it does. Nothing you build gets thrown away.
Check your work
Before lesson 02, make sure you can answer these. If any is unclear, the linked page covers it.
- What is the difference between a row and a column in this model?
- Which of the four stages costs the most per row, and why does that change the order you build in? → The Sync GTM App
- Where does Sync GTM stop and your sending tool start?
Where this breaks
The most common early mistake is building the whole table before running any of it. A column that produces the wrong shape of output on row 1 will produce it on all 500, and you pay for every one. Run each new column on a handful of rows and read the output before you widen it. This costs a few credits and saves a lot of them.
Further automation
Once the table works end to end, it can be saved as a Template and re-run against a new segment without rebuilding any of it. That is the point of the exercise — the first table takes an afternoon, the tenth takes ten minutes.
Next lesson
02 — The four-stage framework, where each stage gets its own worked example and you decide which stages your own use case actually needs.
Meanwhile: Workspaces and Tables are the two reference pages lesson 03 builds on.