Dokumentace motoru pracovních postupů

Reference automatizace

Kompletní dokumentace pro spouštěče, akce, podmínky a vše, co můžete vytvořit s pracovními postupy Inflowave.

52+
Typy spouštěčů
37+
Typy kroků
30+
Typy podmínek
12+
Proměnné

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.

Jste připraveni vytvořit svůj první pracovní postup?

Začněte automatizovat své DMs na Instagramu, následné kontakty a péči o potenciální zákazníky s naším vizuálním nástrojem pro vytváření pracovních postupů.