URL

action_url · action · HTTP & Webhook · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
parsebuildsetQueryremoveQueryencodedecode
yesparseparse = scomponi · build = componi · setQuery/removeQuery = modifica parametri · encode/decode.
url
URL
expressionnoinputL'URL su cui operare (o il valore per encode/decode). Vuoto = input del nodo.
base
URL base
expressionno
https://api.esempio.it
L'origine + eventuale percorso base da cui partire.
path
Percorso
stringno
/v1/ordini
Il percorso da impostare sull'URL base.
params
Parametri query (JSON)
JSON object/arrayno
{ "page": 1, "q": "caffè" }
Oggetto chiave/valore: ogni valore viene codificato automaticamente. (Per REMOVE: le chiavi da togliere.)

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • default

💡 Configuration example

JSON 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"
  }
}

🔗 Related nodes in the same category

Ready to use URL?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes