$
Expression prefix
All n8n expressions start with $. The gateway to runtime data.
('When chat message received')
Node selector
Name of the upstream node — must match exactly, including spaces.
.first()
Item picker
First item in the node's output. Also: .last(), .all(), .item
.json
Data accessor
Access the JSON data bag of the item (vs .binary for files).
.sessionId
Field name
Auto-generated unique UUID per browser chat session. The memory key.