|
I have a vacation rental company and we recieve about 100 email inquries a day.
All our inquiries come from one of 4 different websites that we advertise on. All the sites send us
the inquries in an email that is always in a standard format.
Below is an example from one of the website's emails.
I want to pull the data from the email and automatically put it into my CRM system as a new lead.
I am using Zoho CRM.
Zoho has webforms that when people enter information into the webform it automatically becomes a new lead.
Is there a way to automatically pull the data from the email and either push it into Zoho CRM automatically
or pull the data from the email and enter it into the webform automatically? Which in turn would create a new
lead in my CRM?
Thanks for any input or thoughts.
Justin
Inquiry Details
Message From Walter Arnold Please let me know if your loft is available and the going rate. ~Lee Edited by Miamipoker - Today at 4:20am |
||||||||||||
![]() |
||||||||||||
swhiteman
Expert Joined: 13 Mar 2008 Location: NYNY Posts: 225
If the CRM (or any web system) allows you to craft a standalone POST request containing all the data -
- including authentication information so you can be logged into Zoho at the same time -
- then Email2DB can easily do this.
If you have direct access to the Zoho database using SQL, then Email2DB can easily do this.
If there is something more complex necessary, like creating an authenticated session to Zoho,
then POSTing the new data, then Email2DB can do this with more complex scripting or by launching
an external process.
It all depends on what is
actually entailed in getting data into Zoho.
Email2DB can't change those requirements, but it can surely meet them.
|
Post Options
Quote Reply |
|||||||||||