KingCaller

Building Workflows

Create automated workflows step-by-step using the visual editor.

Building Workflows

Creating a New Workflow

  1. Navigate to Workflows in the sidebar
  2. Click + New Workflow
  3. Give your workflow a name and description
  4. The visual editor opens

The Visual Editor

The workflow editor uses a node-based canvas:

  • Left panel — available triggers and actions
  • Center canvas — your workflow diagram
  • Right panel — settings for the selected node
app.kingcaller.ai
Visual workflow editor with three panels: left panel showing draggable node types (Trigger, Send SMS, Send Email, HTTP Request, Delay, Condition), center canvas with connected workflow nodes, and right panel showing settings for the selected node
The visual workflow editor with node panel, canvas, and settings

Adding Nodes

  1. Drag a node from the left panel onto the canvas
  2. Or click + on an existing node to add the next step
  3. Connect nodes by dragging from one output to another input
app.kingcaller.ai
1
A 'Send SMS' node being dragged from the left panel onto the canvas, with a connection line being drawn from a Trigger node's output to the new node's input
Drag nodes from the left panel and connect them

Node Types

NodePurpose
TriggerStarts the workflow (always the first node)
Send SMSSend a text message to a contact
Send EmailSend an email to a contact
HTTP RequestCall an external API
Update ContactModify contact fields
Create TaskAdd a task to the pipeline
DelayWait for a duration (minutes, hours, days)
ConditionIf/else branch based on data
WebhookReceive data from external services

Importing Workflows

Import pre-built workflows from JSON files:

  1. Click Import button
  2. Select a JSON workflow file
  3. The workflow loads into the editor
  4. Review and adjust settings
  5. Save and activate

Activating a Workflow

Toggle the Active switch on the workflow card to enable/disable it:

  • Active (green) — workflow runs when triggered
  • Inactive (gray) — workflow is paused

Workflow Logs

Monitor execution in real-time:

  • Each run is logged with timestamp, status, and steps executed
  • View detailed logs in the Workflow Logs section

On this page