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:
- Log that work started
- Ask an AI agent to draft a message
- Send WhatsApp
- 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.pngLifecycle
Section titled “Lifecycle”| Stage | Meaning |
|---|---|
| Draft / edit | You change steps in the builder |
| Publish | Definition is frozen for runs |
| Run | Creates a job that processes rows |
| Outcomes | Each row becomes a record on Jobs / Records |
Parent and child spinners
Section titled “Parent and child spinners”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.
What a spinner can see
Section titled “What a spinner can see”Only metadata fields from the data table (plus outputs from earlier steps). Configure metadata before you rely on templates.