Store session value

Set a session value.

Available on :

  • all platforms
AttributeTypeRequiredDescription
typestringalways store_session_value_action
keystringsession key to set (1 <= length <= 100, must contain only letters, digits and underscores)
valuestringvalue to store (1<=length<= 150)
{
    "type": "store_session_value_action",
    "key": "name",
    "value": "John Doe"
}