Skip to content

Steps overview

Each spinner is a chain of steps. Pick steps based on the job, not on using every feature.

StepUse when you need to…
LogPrint a message or field value for testing
AI agentDraft text, classify, or extract fields with an LLM
Function toolRun small custom JavaScript per row
API callCall an external HTTP API
Tag / dispositionSave a disposition or tag on the outcome
WhatsApp / SMS / Email / VoiceSend on a channel
Human agent callRoute to the dialler for a person
  1. Start with Log while learning templates.
  2. Put AI agent before channel sends when you need generated text.
  3. End with Tag so Records shows a clear disposition.
  4. Keep metadata fields minimal so steps stay simple.