Description
Build, parse and modify URLs and query strings SAFELY on the native URL object — no fragile string concatenation that breaks encoding. Six operations: parse, build, get/set params, join paths and normalise.
action_url · action · HTTP & Webhook · Available · v1.0.0
Build, parse and modify URLs and query strings SAFELY on the native URL object — no fragile string concatenation that breaks encoding. Six operations: parse, build, get/set params, join paths and normalise.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumparsebuildsetQueryremoveQueryencodedecode | yes | parse | parse = scomponi · build = componi · setQuery/removeQuery = modifica parametri · encode/decode. |
urlURL | expression | no | input | L'URL su cui operare (o il valore per encode/decode). Vuoto = input del nodo. |
baseURL base | expression | no | — https://api.esempio.it | L'origine + eventuale percorso base da cui partire. |
pathPercorso | string | no | — /v1/ordini | Il percorso da impostare sull'URL base. |
paramsParametri query (JSON) | JSON object/array | no | — { "page": 1, "q": "caffè" } | Oggetto chiave/valore: ogni valore viene codificato automaticamente. (Per REMOVE: le chiavi da togliere.) |
Fields available to downstream nodes via $node.<alias>.json.<field>:
defaultJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-action_url-1",
"defId": "action_url",
"label": "URL",
"config": {
"operation": "parse",
"url": "input"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes