sitecore-exm

Sitecore EXM List Manager in distributed environment with Lucene Search Configuration

守給你的承諾、 提交于 2020-01-05 04:04:23
问题 We are using Lucene index instead of Solr. We are currently facing an issue with our List Manager in CD server. The below code throws an exception in CD server as it's unable to instantiate List Manger from Sitecore Configuration Factory. newsRecipientList = listRepository.GetEditableRecipientCollection("{my list guid }"); I've already gone through the Sitecore documentation for List Manager in a scaled environment, but it only talks about Solr. https://doc.sitecore.net/sitecore_experience

Sitecore 8 EXM add a contact to list from listmanager

久未见 提交于 2019-12-04 03:42:10
问题 I'm using Sitecore 8 and the new Email Experience Manager module. I have configured a newsletter email message with an empty list from the listmanager as recipients. When subscribing for the newsletter via a selfmade form, I receive an email address and a name. Now I want to make a new contact with this mail and name and add it to the list in my listmanager via code. Is there any way to call this list via the api and add a contact to it? 回答1: I have had the exact same issue, i.e. the list

Sitecore 8 EXM add a contact to list from listmanager

旧街凉风 提交于 2019-12-01 20:09:20
I'm using Sitecore 8 and the new Email Experience Manager module. I have configured a newsletter email message with an empty list from the listmanager as recipients. When subscribing for the newsletter via a selfmade form, I receive an email address and a name. Now I want to make a new contact with this mail and name and add it to the list in my listmanager via code. Is there any way to call this list via the api and add a contact to it? I have had the exact same issue, i.e. the list manager reports 0 contacts after adding the contact to the recipient list. I have investigated the issue closer