External API Event
Calls an external HTTP API endpoint and captures the response for use in downstream events.
Configuration
| Field | Description |
|---|---|
| Title | A name for this event node |
| Description | Optional notes |
| HTTP Method | The request method (GET, POST, PUT, DELETE, etc.) |
| URL | The endpoint URL |
| Params | Query parameters as key-value pairs |
| Headers | Request headers as key-value pairs |
| Payload | Request body payload |
| Response Body | Container for the API response data |
