SetAttributesAction
An action that sets attributes.
Accepted situations: all
Accepted argument value types: A JSON payload for setting or removing attributes. An example JSON payload:
{
"channel": {
set: {"key_1": value_1, "key_2": value_2},
remove: ["attribute_1", "attribute_2", "attribute_3"]
},
"named_user": {
set: {"key_4": value_4, "key_5": value_5},
remove: ["attribute_4", "attribute_5", "attribute_6"]
}
Content copied to clipboard
Types
Link copied to clipboard
Default SetAttributesAction.SetAttributesPredicate predicate.
Properties
Inherited properties
Link copied to clipboard
Situation where an action is triggered from Action Automation.
Link copied to clipboard
Situation where an action is triggered from a background notification action button.
Link copied to clipboard
Situation where an action is triggered from a foreground notification action button.
Link copied to clipboard
Situation where an action is manually invoked.
Link copied to clipboard
Situation where an action is triggered when a push is opened.
Link copied to clipboard
Situation where an action is triggered when a push is received.
Link copied to clipboard
Situation where an action is triggered from a web view.