SubscriptionListAction
Action for subscribing/unsubscribing to lists.
Accepted situations: all
Accepted argument value types: A JSON Payload containing a type, a list, an action and a scope. An example JSON Payload : [ { "type": "contact", "action": "subscribe", "list": "mylist", "scope": "app" }, { "type": "channel", "action": "unsubscribe", "list": "thelist" } ]
Result value: The payload used.
Default Registration Names: ^sla, ^sl, subscription_list_action, edit_subscription_list_action
Default Registration Predicate: none
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.