function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
netopsfadminnetopsfadmin 

Create Leads from Emails

I get emails from a 3rd party with lead information and I would like to automate the process of creating a lead from these emails.  Is there a way to do this?

 

Thanks!

super developersuper developer

You Can Go for Inbound email handler. 

 

By this you can get long emailid(generated by salesforce).  If you sent emails to this mail we can track those and easily insert a lead.

hitzhitz

HI,

 

yes u can do it using Inbound email handler.  Email services

 

* Create Email services  setup --> Develop --> Email Services

* Create related Inbound email handler controller class ..

 

for more detail

http://wiki.developerforce.com/index.php/An_Introduction_To_Email_Services_on_Force.com