Start here
First 10 Minutes
The fastest way to go from a new account to a working flow.
This path gets you to a working flow quickly.
1. Create an application
Create a Web application and add the website origin where Fluxyn should run.
If you already know you need held events, configure them in the application settings now. Otherwise, you can leave them empty and come back later.
2. Install the runtime
Add the Fluxyn runtime script to your site.
If you want the full setup walkthrough, use Install the runtime.
3. Build a simple flow
Create a flow with:
- Event Trigger
- Debug / Log
Set the event name to something clear, such as signup_started.
4. Publish to staging
Publish the flow to staging so you can test it safely.
5. Trigger the event
Push a matching event or perform the action that should create it.
Open the staging view and confirm:
- the trigger fired
- the flow ran
- the debug node shows the expected values
6. Expand from there
Once the first flow works, the usual next steps are: