Skip to content

What is a spinner?

A spinner is CXGear’s name for an automated pipeline. For every row in a data table (or every ingested contact), the runtime runs your steps in order.

Example outreach recipe:

  1. Log that work started
  2. Ask an AI agent to draft a message
  3. Send WhatsApp
  4. Save a disposition tag

You design that recipe once, publish it, and run it on hundreds or thousands of rows.

Screenshot needed
Spinners list with one published spinner.
Where: Project → Spinners
Save as: src/assets/screenshots/16-spinners-list.png
StageMeaning
Draft / editYou change steps in the builder
PublishDefinition is frozen for runs
RunCreates a job that processes rows
OutcomesEach row becomes a record on Jobs / Records

Some designs use a parent spinner and supporting (child) spinners for retries or callbacks. Children usually start automatically from parent conditions — you do not click Run now on the child.

Only metadata fields from the data table (plus outputs from earlier steps). Configure metadata before you rely on templates.