Step: HTTP Request
- Key:
http-request - Category: Web & Internet
- Description: Send an HTTP request and get a response.
Inputs
- url (text, required): Request URL
- method (select, required): HTTP method (GET, POST, PUT, PATCH, DELETE)
- headers (long-text): Headers as JSON or key-value lines
- body (code, json): Request body (for non-GET)
Outputs
- response (object): Response object/data
Notes
- Use templating for dynamic URLs, headers, or payloads.
- Handle non-2xx responses via Condition step.

