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
| Page | Description |
|---|---|
| Introduction | How the Script node works, execution model, and getting started. |
| lrObject API | Full reference for the lrObject identity CRUD methods available in scripts. |
| Hook API | Read and write session data using the hook object. |
| Examples | Ready-to-use script snippets for common tasks. |