Create Push Notifications for |          

Open Console
Mock image

How it works:

🔨

Configure your Flow

Use the Top Navigation to configure your Flows Name, Interval, Fails and Executions. Pick a Name to identify the Flow, it will not be visible to other people.
The Interval is the time between two executions. Currently you can choose between 6 Hours and 12 Hours.
Fails display the amount how often the Flow failed in the cloud. After 3 Fails it will no longer be executed. Make sure to reset this value after you fixed a failing Flow.
With Executions you can run your Flow multiple Times handling dynamic Data. Inside the Menu you can create Executions and build Variables that can then be placed inside the Actions.

🎬

Add the Actions you need

From the SideBar you can pick Actions to build your Flow. Actions are the Building Blocks to create a Decision Tree that will guide a headless Browser through any Website.

🔗

Connect the Actions and provide JS Selectors, Text Inputs and Output Data

Each Action can be configured independently. Make sure any Selectors and Inputs you are providing are not dynamic and therefor dont change per Page Request. Use {{ <VariableName> }} inside any input that accepts text to include Variables you defined in the Executions Menu.

🧪

Test your Flow

After building the Flow you can use the Test Button to send your Flow to the Runner Server. The Runner will execute the Flow like it would after you submitted it to the cloud. To help you debug any Errors a Screenrecording will be created. Use it to iterate on your Flow and make it ready for submission.

☁️

Submit and run it in the cloud

Once you are done testing your Flow you can submit it to the cloud. Afterwards it will be executed based on the Interval you defined previously. Save the Flow ID so you can always come back and edit the Flow later. If you are not done building youre Flow but dont wanna loose the Progress, you can disable it before submission to avoid fails.

Repository