Skip to content

API Access

This node allows you to connect to an external web service (API) and fetch data for use within the flow.

Makes an HTTP request (GET, POST, etc.) to a URL and stores the response.

FieldTypeDescription
urlTextURL of the API service
methodSelectHTTP verb: GET, POST, PUT, DELETE, etc.
credentials_idTextCredential ID for authorization (optional)
  • Query product catalogs
  • Retrieve customer data from external services
  • Validate tokens or responses in real time