Reference credential in HTTP request block (#4218)

This commit is contained in:
Marc Kelechava
2025-12-05 17:21:15 -08:00
committed by GitHub
parent b7d08fe906
commit 33d4d87102
2 changed files with 50 additions and 6 deletions

View File

@@ -398,6 +398,10 @@ function HttpRequestNode({ id, data }: NodeProps<HttpRequestNodeType>) {
Use "Quick Headers" in the headers section to add common
authentication and content headers
</li>
<li>
Pass a credential/secret parameter and reference it in headers
or body with {"{{ my_credential.password }}"}
</li>
<li>
The request will return response data including status, headers,
and body