JSON API Step
The Json Api Step is designed for making requests to JSON-based APIs and handling responses. The output will be the value of the JSON selector, or "" if the selector is invalid.
Basic Configuration:
url
: The URL of the API endpoint.method
: The HTTP method (e.g., GET, POST). Default is “GET”.body
: The request body for methods like POST.selector
: JSON selector for extracting specific data. Default is “$.title”.
This step enables integration with external APIs for data retrieval or actions.