FlowRunner makes it easy to create intelligent workflows with just a few clicks.
In this tutorial, you’ll create a flow that fetches news articles from an external API, analyzes their sentiment with AI, and logs the results in real-time. This flow demonstrates how to:
Before diving into building your first flow, ensure you’ve completed the following steps to set up your environment:
By completing these steps, you’ll have everything in place to start building and running your first FlowRunner flow.
To help you get started with FlowRunner, we’ve prepared two formats:
Select your preferred format by clicking the corresponding tab below.
The following "static" values are used in the flow:
https://newsapi.org/v2/everything
q="Quantum Computing"&apiKey=YOUR-API-KEY
You are provided a collection of JSON objects. These objects represent news articles. You will need to find the following three properties in each object: title, description, and content. You will need to analyze the sentiment in these articles for Quantum Computing