One of the best ways to learn how to work with Verizon Connect® Flows™ is to complete the following tutorials. These show how to create simple flows, demonstrating the core concepts of this system, and can be used as a starting point for your own flows. This section contains tutorials that describe:
•
Using Functions - How to modify and manipulate data using a function node.
•
Creating a Basic Flow - How to create a basic flow. In this example we create a simple two-node flow that writes text to the console.
•
Talking to TDE Using the REST API - How to create a flow that authenticates against the TDE API, then performs a simple geocoding operation using a street address. Using the returned location coordinates, we also request the weather at the location using an external weather service.
•
Displaying an HTTP Response on a Web Page - How to display data on a web page. In this example we format and display the results from a weather query on a web page.
•
Using the RouteCloud Node to Build a Route - How to use the RouteCloud node to build new routes, optimize existing routes, inserts jobs into exiting routes, evaluate existing routes and more.
For each tutorial, you can either follow along with the steps or import the flow using the source code provided.
To import a flow into the Editor, copy the code provided, click the upper right ≡Menu button, then select "Import" > "Clipboard". Paste the code in the Import nodes window, then click Import.