Hi, Hoping I can please ask a quick question to know whether this is possible to achieve in Zapier. I'm looking into connecting Gmail and Google Sheets.
We receive a ton of sales enquiry emails and a major problem is manually inputting key details from every email into google sheets. So, I would like to transfer the relevant information into google sheets.
The sales enquiry emails are in HTML format. When inspecting the source code, I believe each email has a standard setup, however with a unique user reference.
Such as:
m_1200445894070286815consumer
m_3632404488982992166consumer
m_2679513591627079049consumer
I would like to parse and transfer only relevant lead details from the email and not the whole email contents into google sheets. Please find below a sample of how this email is setup in the HTML email.
For example, I want to extract value from span tags with ID [m_'userref'-fieldname]
Would anybody be able to confirm that this is possible with Zapier and point me in the right direction of how to learn the process?
Thanks,
Contact Details part
<table id="m_2679513591627079049consumer"....
Name = = <span id="m_2679513591627079049name
Address = <span id="m_2679513591627079049address
Email = <span id="m_2679513591627079049email
Number = <span id="m_2679513591627079049phone
Your opportunities part
<table id="m_2679513591627079049questions"....
<td id="m_2679513591627079049requirements">
<span style="font-weight:bold">more details</<span>
<span style="font-weight:bold">view this property</<span>
Property Card part
<table id="m_2679513591627079049property-card">Value</<span>
Property Ref = <span id="m_2679513591627079049propReference">Value</<span>
Property Address = <span id="m_2679513591627079049propAddress">Value</<span>
Property GPrice = <span id="m_2679513591627079049propPrice">Value</<span>
Property Status = <span id="m_2679513591627079049propStatus">Value</<span>
Additional Comments
{ < table id="m_4664106057900597712consumer-comments
Comments = <span id="m_4664106057900597712comments">Value</<span>