Description:
Retrieve the value of a specified cookie by its name.
About:
The Get Cookie Node allows you to fetch the value of a cookie associated with a unique identifier, such as:
-
Incoming calls: Based on the caller's phone number.
-
Emails: Based on the sender's email address.
⚠️ Note: WebChat currently does not support cookies.
Properties:
| Field Name | Type | Description |
|---|---|---|
| Cookie Name | String | The name of the cookie you want to retrieve. |
| Target | String | The variable where the cookie value will be stored. |
| Found | Transition | The action to take if the cookie is found. |
| Not Found | Transition | The action to take if the cookie is not found. |
This node enables conditional logic based on the presence or absence of a cookie value.