You need to sign in to do that
Don't have an account?

Add a list of 3000 contacts to a campaign based on their email id, first name, last name.
I have a csv file of Email Id, First name, Last name, Phone, Account Name of close to 3000 contacts (No ID's available). I'm Positive these contacts exist in SalesForce. But the challenge is it's in a CSV and I need to add these contacts to a campaign so that they can be sent a specific email.
Note: I can't run a report with a filter saying email = "A or B or C or D or ..." as we have 3000 contacts and only limited amount of characters are allowed in the that filer field.
Thanks in advance!
Note: I can't run a report with a filter saying email = "A or B or C or D or ..." as we have 3000 contacts and only limited amount of characters are allowed in the that filer field.
Thanks in advance!
Using data loader you can add these records to a campaign.
Create campaign-member based on the CSV data as salesforce doesn't allow to create duplicate campaign members so all the unmatached records will be inserted.
Thanks,
Naval
If you want to insert records then you don't need any ID field value.
Please follow the below links for more information.
https://www.youtube.com/watch?v=8azP1kuf9IQ
https://help.salesforce.com/apex/HTViewHelpDoc?id=installing_the_data_loader.htm
https://help.salesforce.com/apex/HTViewHelpDoc?id=data_loader.htm&language=en
https://developer.salesforce.com/page/Data_Loader
Please do let me know if it helps you.
Regards,
Mahesh
Thanks Venky, that's exactly what I'm doing right now. I just felt that there's a faster way of doing it. Also lookups cannot be trusted coz the email field might not be unique. I'm using a combination of FN, LN and email.
Ok Then you can use the CRM Fusion --> Mass Impact concept and it will automatically give you what you are looking.
But you need to buy the license to use it I think.
If you don't want to, then have to follow what you and Venky said.
Regards,
Mahesh
In the meantime, I was able to figure all the contact Ids all the contacts I want to add to a campaign. What are the next steps? I tried Campaign-> Manage Members-> Add new records-> from a file -> csv. But I don't know how to map the contact Id's coz there's no such field.
Any pointers?