loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Scripts

The Script node lets you run custom JavaScript (Node.js runtime) at any point in a workflow. Use it to call external APIs, transform session data, apply business logic, or conditionally branch based on computed values.

In This Section

PageDescription
IntroductionHow the Script node works, execution model, and getting started.
lrObject APIFull reference for the lrObject identity CRUD methods available in scripts.
Hook APIRead and write session data using the hook object.
ExamplesReady-to-use script snippets for common tasks.