Flow guide

Graxeon Flow is the ingestion and automation pillar: connect an external source, decide what starts it, map its fields onto a collection's schema, and Flow writes the records in as typed nodes — no code required.

What is Flow

Flow is built from three pieces that combine into a pipeline:

Records that come in are matched against the collection's schema and written in as nodes through the same validation path Studio uses — so data that arrives through Flow is held to the same structure as data entered by hand.

Connectors

Flow ships with four connector kinds:

A Connector is created once and can back several Flows — for example, one "Stripe events" webhook connector feeding both a Customers Flow and an Invoices Flow, each with its own mapping into a different collection.

Creating a Flow

Building a Flow takes four choices:

A new Flow has no Trigger yet, so nothing runs automatically until you add one — see below. Until then (or in addition), it can always be run by hand.

Triggers

Triggers are first-class and independent of the Flow they belong to — a single Flow can have a schedule Trigger and a webhook Trigger, several webhook Triggers from different callers, or none. Every Trigger has its own enabled/disabled switch, so you can pause one path into a Flow without touching the others.

Manual runs aren't a Trigger. Every Flow can always be run on demand ("Run now" for pollable connectors, upload-and-run for CSV) regardless of what Triggers exist — there's nothing to configure for it.

Running manually

From a Flow's own page, pollable connectors get a Run now button that fetches and processes immediately; CSV connectors get an upload form. Both use the same execution path as a Trigger firing, so results show up in the same run history either way.

Dashboard

Flow's home page gives you an at-a-glance view across every Flow:

Plans

Automation is a Pro and Team feature. Free accounts can browse the Flow app but creating or enabling Connectors, Flows, or Triggers requires an active Pro or Team subscription — see pricing. Self-hosted Graxeon Core installs with no Stripe keys configured run Flow with no billing gate at all.