Documentazione Motore di Flussi di Lavoro

Riferimento Automazione

Documentazione completa per trigger, azioni, condizioni e tutto ciò che puoi costruire con i flussi di lavoro Inflowave.

52+
Tipi di Trigger
37+
Tipi di Passi
30+
Tipi di Condizioni
12+
Variabili

A workflow is an automated sequence that starts with a trigger and executes a series of steps. Each step can send messages, update contacts, branch based on conditions, wait for responses, or call external APIs.

// Workflow structure
{ "name": "My Workflow",
"trigger": { type, conditions },
"steps": [ { id, type, position, ... } ],
"settings": { max_executions_per_contact, cooldown_hours }
}

Steps are connected via next_step_id. Branching steps like condition and wait_for_response have multiple output paths. The router step splits traffic by percentage for A/B testing.

Pronto a costruire il tuo primo workflow?

Inizia ad automatizzare i tuoi DM su Instagram, i follow-up e la cura dei lead con il nostro builder visivo di workflow.