Accessing the Flow Editor
The flow editor is the back office of your EcoFlowJS application. From the flow editor, you will be able to create your apis just by drag dropping api building node and connecting them. The flow editor also provides a debug drawer that shows the output of the debug nodes present in the flow.
In order to access the flow editor, your EcoFLowJS application must be launched, and you must be aware of the URL to its dashboard. (e.g. api.example.com/auth/dashboard).
Authenticated Environment
To access the flow editor:
- Go to the URL of your EcoFlowJS application's dashboard.
- Enter your credentials to log in.
- Click on the Login button. You should be redirected to the main dashboard of the EcoFlowJS application.
- Click on the Flow Editor button. You should be redirected to the homepage of the flow editor.
Admin Environment
In the admin environment user is already authenticated as the admin user and have full access to the EcoFlowJS application.
To access the flow editor:
- Go to the URL of your EcoFlowJS application's dashboard.
- Click on the Flow Editor button. You should be redirected to the homepage of the flow editor.
Congratulations you are in the flow Editor dashboard! You're now ready to discover all the features and options that EcoFLowJS flow Editor has to offer!