URL Encode node
The URL Encode node converts a string to a URL-encoded (percent-encoded) format.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
URL encode: Convert a plain text string or string variable to URL format.
-
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "url_encode",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "UrlEncode",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "URL Encode"
}, {
"lang": "it",
"value": "URL Encode"
}
],
"index": 16,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}