📄️ API Builder Nodes
To begin building your API, you will need to utilize at least one of the following nodes: Flow API Input, Flow API Output, or Webhook (which will be covered in a later section).
📄️ API Builder View Documentation
The API Builder View is accessible through the right pane of the app. This view allows you to monitor the current state of the API, learn how to use your API, and generate your API Key. Please note that to ensure the API functions correctly, you must enable Cloud Save.
📄️ Subflow Loop
Building upon the robust capabilities of Subflow Nodes, we are excited to introduce the Subflow Loop Node. This powerful addition enhances your flow logic by enabling iteration over multiple data sets within a subflow, supporting the creation of more complex and dynamic workflows.
📄️ Subflows
With the Flow API Input and Flow API Output nodes, you can integrate flow logic as a subflow within another flow. Unlike previous implementations using the Flow API Builder, subflows do not rely on HTTP calls. Instead, they represent a snapshot of a specific flow that can be reused elsewhere.
📄️ Webhooks
Webhook Node