HTTP Request
Actions
HTTP Request
Make an HTTP request
Painel de configuracao
Esta visualizacao usa o frontend real do ConfigPanel em modo embed, carregando um no de exemplo com o JSON base desta documentacao.
Preview real do painel
JSON base do node
{
"_nodeType": "httpRequest",
"url": "",
"method": "GET",
"headers": {},
"body": "",
"contentType": "",
"resultKey": "httpResponse",
"timeoutSeconds": 30,
"bodyType": "json",
"queryParams": [],
"auth": {},
"captureResponseHeaders": false
}Portas
Entradas
Input
input · control
Saidas
Output
default · control
Objetos filhos e estruturas aninhadas
KeyValueEntry
Key-value query parameter
| Campo | Tipo | Obrigatorio | Descricao |
|---|---|---|---|
| key | string | Sim | Parameter key |
| value | string | Sim | Parameter value |
| enabled | boolean | Nao | Whether this parameter is active |
HttpAuthConfig
HTTP authentication configuration
| Campo | Tipo | Obrigatorio | Descricao |
|---|---|---|---|
| type | string | Sim | Auth type |
| bearerToken | string | Nao | Bearer token (Handlebars) |
| basicUsername | string | Nao | Basic auth username |
| basicPassword | string | Nao | Basic auth password |
| apiKeyValue | string | Nao | API key value |
| apiKeyName | string | Nao | API key header/param name |
| apiKeyIn | string | Nao | Where to send API key |