You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 7 Next »
The method allows changing the status of the current user's subscriptions to notification channels.
personaclick("subscription", "manage", params);
The current user's Phone.
personaclick("subscription", "manage", { email: "john.doe@examplestore.com", phone: "+100000000000", email_bulk: true, email_chain: true, email_transactional: true, sms_bulk: true, sms_chain: true, sms_transactional: true, web_push_bulk: true, web_push_chain: true, web_push_transactional: true, mobile_push_bulk: true, mobile_push_chain: true, mobile_push_transactional: true });
personaclick("subscription", "manage", { email: "john.doe@examplestore.com", email_bulk: true, email_chain: false, email_transactional: true, });
personaclick("subscription", "manage", { phone: "+100000000000", sms_bulk: false, sms_chain: false, sms_transactional: true });
personaclick("subscription", "manage", { email_transactional: true, sms_transactional: true });
Page Navigation
Related Pages