Creating Your First Flow
In Aigeon, automated campaigns are called Flows. Whether you prefer to start with a template preset or tell the AI what you need, building a flow is a straightforward, conversational experience.
How to build your flow
-
Choose your path — Open Flows → Create flow. You'll see the option to pick from Template Presets for a quick start, or "Chat with AI" to describe exactly what you want to build.
-
Define your logic
- Editor mode — drag and drop nodes to set the pace and rules of your campaign.
- AI chat mode — describe what you'd like to build (e.g., "Send a welcome email, wait two days, then send a follow-up if they haven't clicked"), and Flow will generate the nodes and logic for you.
-
Review your nodes — Every flow is visualized as a simple graph. Click on any node to adjust its timing or content. Aigeon highlights disconnected steps in orange.
-
Save & launch — Once your logic looks good and all nodes are properly configured, move the toggle in the top-right corner to Active.
Node types
| Type | What it does |
| --- | --- |
| Trigger | Entry point. Fires on list signup, segment match, or a custom event via the API. |
| Email | Sends a template to the contact. Tracks opens, clicks, bounces, unsubscribes per node. |
| Timer | Pauses the contact. The code field returns a future timestamp (e.g. wait_for(days=1), next_day(9)). |
| Condition | Splits the flow into a True and False branch based on a boolean expression. |
| Task | Runs a side-effect (AI call, webhook, property update). Can be blocking or fire-and-forget. |
| Exit | Removes the contact from the flow. A flow can have multiple Exits. |
For the full code reference (every function available inside a Timer, Condition, or Task node), see Flows (automation).
Tips for success
- Start simple — If you're new to logic-based campaigns, try one of our pre-built templates first. It's the easiest way to see how the nodes connect.
- Iterate with AI — You can tell the AI to "make this flow shorter" or "add an extra follow-up step" at any time.
- Check your connections — Ensure every node has a clear path. Aigeon will highlight any disconnected steps in orange.
Need help? Reach out to support@aigeon.ai.
