In a site I'm working on, we'll be using recipient lists to manage subscriber lists to various groups of marketing newsletters.
Is there an API for manipulating which emails are in a recipient list? I wasn't able to find much in the way of documentation on this, just the below classes, which don't look like they hold what I'm looking for.
https://api-reference.kentico.com/api/CMS.EmailMarketing.EmailMarketingRecipientInfo.html
https://api-reference.kentico.com/api/CMS.EmailMarketing.RecipientListSettingsInfo.html
I'm hoping to find code that would let me:
- Find a recipient list by ID
- Find a recipient by their email address
- Find what recipient lists a given recipient is in
- Find what recipients are in a given recipient list
- Add or remove recipients from recipient lists, ideally in bulk
- Find the recipient that maps to a given contact, or vice-versa