The problem is the keep switching the email addresses. So I send email to address X, but sometimes they use address Y to register themselves for Events. That's why I need to "keep track" of their different addresses to see which address belongs to which contact
My situation is as follows: Eventbrite automatically (via API) adds contacts (via a Events Module) to SugarCRM when the contacts register for an event. Sometimes they use a different email adres style, for example firstname@company.com instead of firstname.lastname@company.com. After they register for an event I want do send them an email via Mailchimp to inform them about the event for example. Now I have to manually check if all the right people are selected in Mailchimp.
Hi, this is the way method I currently use. But I have account/company data that I need inside Mailchimp, that's not possible right? I have different company types (partner, member, press etc) on which I segment my mailings inside Mailchimp (contacts who are related to these accounts). You understand what I mean? :)
Problem with this situation is that after I convert a lead into a contact i have "duplicate records", so a lead and a contact instance. But only the lead is member of the target list instead of the contact. What's the best practice to do this? I can't imagine i'm the only one dealing with this kind of "default" environment ;)