Core concepts

The Floqer object model on one page. Five minutes here and the rest of the documentation reads without friction.

Note

Prefer watching? Floqer 101 on University covers the same ground as guided video lessons.

1. The platform at a glance

Floqer is a data and automation platform for GTM operations. Two modules do the heavy lifting:

  • Sources bring leads in: list builders, scrapes, signal trackers, and uploads.
  • Workflows do everything after that: clean, qualify, enrich, and automate, then send the result wherever it needs to go.

Around them sit the surfaces you and your team work from:

SurfaceWho works thereWhat happens there
The Floqer appBuildersCreate and run workflows and campaigns.
ShortcutsRepsWorkflows packaged as one-click buttons.
The Chrome extensionRepsRun shortcuts on LinkedIn and Sales Navigator.
CampaignsOutbound operatorsThe cold email engine, fed by workflows.
MCPAI assistantsRead and drive your workspace programmatically.

2. The object model

Everything in Floqer is one of eleven objects. The build objects chain together: inputs feed actions, actions write to the table, the output node marks the result, and the endpoint sends it onward.

ObjectWhat it is
WorkspaceYour organization's Floqer account. Workflows, sources, tables, shortcuts, campaigns, credits, and connections all live in it.
WorkflowAn automation built from actions. Creating a workflow creates its main sheet automatically; you can work on it in the Floq view (the step canvas) or the Data view (the table of rows).
ActionOne step in a workflow. An action sources, enriches, qualifies, transforms, or exports data. Actions are the unit that costs credits; see Actions.
InputA typed field the workflow expects before it runs, for example a Person LinkedIn URL of type url. Inputs can be filled in the app, ingested from the page by the extension, or set programmatically over MCP.
TableThe rows a workflow reads and writes. Every run lands its results here, one column per field.
Output nodeThe point in a workflow that marks which fields are surfaced as the result, for example a verified work email and phone number.
EndpointWhere the workflow continues after the output node, for example creating or updating a CRM contact, pushing to a sequence, or posting to Slack.
CreditThe usage unit. A credit is spent when an action looks up new information; moving, formatting, and exporting data is free. See Credits and pricing.
SourceAnything that brings leads or signals into the workspace: list builders, URL scrapes, job posting monitors, website visitor tracking, and more.
ShortcutA workflow packaged as a one-click button, published to your team. Formerly called Apps. See Shortcuts.
CampaignOne email sequence paired with a set of leads, sending from your team's own mailboxes. See Campaigns.

3. The core motion

Almost every Floqer build follows the same sequence, called SeqE (Sequential Engineering):

  1. Source: find companies and people, from built-in tools or your existing lists.
  2. Enrich: gather the data you need: emails, phone numbers, firmographics, talking points.
  3. Qualify: filter to the people who actually match your ICP instead of blasting volume.
  4. Export: push to your CRM, outreach tools, a campaign, or a CSV.

When planning a bigger build, the Mosaic Method helps: outline the goal, set placeholders for the steps you know you need, then fill in logic that matches prospects to your ICP criteria.

4. Where to go next