🔌API Request
🔌 The API Request block calls an external service over HTTP and returns its response to the workflow.
What it does
It sends a request (GET/POST…) to a URL with headers and a payload, then makes the response available to later steps.
Uses
- Retrieve data from an external system.
- Perform an action in another service.
🔐 Use Secrets for keys. Never write them directly in the block.

