Moving Sitecore Contact from a list to another

79 Views Asked by At

How to remove Sitecore Contact from a list and add it to another list programmatically? Im working on Sitecore 9.1

1

There are 1 best solutions below

2
On

You can use List Manager API to perform these tasks. ISubscriptionService has two methods Subscribe and Unsubscribe which will fulfill your requirements. Note that ListManager API is available on CM only.

You can find more information on Sitecore documentation

https://doc.sitecore.com/developers/91/sitecore-experience-manager/en/the-list-manager-api.html