Saltar al contenido principal

API Call

Category: Action Standards: HTTPS required · HIPAA (with BAA)

Make HTTP API calls to external services

What this node does

  • REST calls
  • Authentication
  • Retry logic
  • Response parsing

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find API Call under the Action category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Request Body input port from an upstream node
  7. Optionally connect the Headers port if needed
  8. Connect the API Response and HTTP Status output to the next node downstream

Inputs

PortTypeRequiredDescription
Request BodyjsonJSON data object
HeadersjsonOptionalJSON data object

Outputs

PortTypeDescription
API ResponsejsonJSON data object
HTTP StatusnumberNumeric value

Configuration

Open the configuration dialog by double-clicking the API Call node on the canvas.

ParameterWhat to enter
urlConfigure url in the node settings
methodConfigure method in the node settings
headersConfigure headers in the node settings
authenticationAuthentication method for incoming requests: none, bearer, or hmac
timeoutMaximum time in seconds to wait for a response before failing

When to use this node

  • External integrations
  • Webhook callbacks
  • Third-party APIs

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.