Description
Assign or update a cookie with a specific name and value.
About
The Set Cookie Node allows you to create or modify a cookie using a unique identifier based on the originator. For example:
-
Incoming call cookies are tied to the caller's phone number.
-
Email cookies are linked to the sender's email address.
This functionality ensures that cookies are uniquely associated with their respective originators, enabling effective session management or context preservation.
Note: WebChat does not currently support cookies.
Properties
| Field Name | Type | Description |
|---|---|---|
| Cookie Name | String |
The name of the cookie to be created or updated. |
| Value | String |
The value to assign to the specified cookie. |
| Done | Transition |
The next step in the flow after the cookie is set. |