Base64 Encode node
The Base64 Encode node converts a plain text string or string variable into a Base64 encoded string.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Base64 encode: Convert a plain text string or string variable into to a Base64 encoded string.
-
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": "base_64_encode",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Base64 Encode"
}, {
"lang": "it",
"value": "Base64 Encode"
}
],
"nodeName": "Base64Encode",
"index": 14,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}