Custom Session - Get node
The Custom Session - Get node allows retrieval of a custom session and its content using a defined ID.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
- ID: Specify the unique identifier of the session to retrieve information and content.
Default output node
- Success
- Session Not Found
- Failure
JSON metadata
{
"name": "get_custom_session",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "custom_session",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Custom Session - Get"
}, {
"lang": "it",
"value": "Custom Session - Get"
}
],
"nodeName": "GetCustomSession",
"index": 2,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "SessionNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}