[SalesForce] Custom Subscription Center

I've created a custom subscription center that pulls fields from a DE and then searches for the associated lists in regards to the subscriber who's on the profile center.

My question is how I make these lists work like publication lists, I want to be able to add people to these lists when I send from a UI?

Best Answer

If you are properly updating list membership using the SubscriberList object (as demonstrated in the code sample referenced in your comment), then the list is basically the same Publication List.

You can select Lists in UI Send Definitions.

enter image description here