A comprehensive list of key terms and concepts used throughout the Jsonify platform and documentation.
user_name
and email_address
would be attributes.
Open Websites
, Extract Data
, or Filter results
. Blocks are connected sequentially to define the workflow’s logic.
Open datasets
block. It contains rows and columns, where each column represents a variable and each row represents a set of values for an iteration.
Extract Data
block.
Filter results
) that adds conditional logic to a workflow. It inspects data and allows the workflow to continue only for items that meet the specified criteria.
Open Websites
), a set of variables (Open datasets
), a search query (Search on Google
), or uploaded files.
Interaction
A single action performed by the agent on a webpage, such as a click
, type
, or press
. Blocks like Interact with Page
and Explore Content
use a budget of interactions.
Iteration
A single pass through a loop in a workflow. For example, if you provide 10 URLs in an Open datasets
block, the workflow will perform 10 iterations, one for each URL.
Extract Data
block (in advanced mode) that allows you to combine existing variables from previous extraction steps with newly extracted data into a single, unified result.
Webhook out
sends data to a specified URL.
Extract Data
block. It consists of a set of attributes (fields) that the agent will populate.
Extract Data
, Interact with Page
, and Find Links
.
Trigger
A block that initiates a workflow run. A workflow can only have one trigger, such as Start on a timer
or Start on incoming webhook
.
{{company_name}}
). Variables allow you to make your workflows dynamic by using data from input blocks (like Open datasets
) or previous extraction steps in subsequent blocks.