# HTTPRequestNodeData

Type: object

## Properties

- `label` (string, optional) - Editable block name shown in workflow editors.
- `method` (enum, optional)
- `url` (string, required) - HTTPS URL template to call.
- `headers` (object, optional) - Header templates. Whole-value {{ secrets.NAME }} expressions resolve server-side secrets.
- `bodyType` (enum, optional)
- `body` (object, optional) - JSON body template rendered before sending.
- `timeoutSeconds` (integer, optional)

