Get Custom Cookie
Node Card
Category: Session & Cookie Nodes
Typical position: Before a conditional branch or form node that depends on data written by a Set Custom Cookie node in a prior workflow.
Properties
Outputs & Errors
| Property | Type | Description |
|---|---|---|
| Cookie Key | text | The name of the cookie to retrieve from the user's browser. Must match the key used in the corresponding Set Custom Cookie node. |
| Output | Condition |
|---|---|
true | The specified cookie was found in the user's browser and its value is available downstream |
false | The specified cookie was not found in the user's browser |
Use this node to read custom cookies written by a Set Custom Cookie node, enabling data to persist across separate user sessions or workflow executions.