Live data from Hacker News

Zapier Email Parser: Extract Text From Automated Emails

parser.zapier.com

41–50 of 86 posts

Re: Zapier Email Parser: Extract Text From Automated Emails

#41
If you think this feature is cool, I would encourage you to take a look at my company: Taskflow.io

It's basically a visual drag-and-drop tool to automate business processes.

You can drag-and-drop many different actions together (including email) to automate and track many processes you organization might have.

I would love to hear your feedback as we are just getting off the ground.

Re: Zapier Email Parser: Extract Text From Automated Emails

#42
post #38

I just noticed Google started doing something like this. I got Google search results about purchases I'd made from Apple. They parsed a receipt from my Gmail account and displayed it in a card in my search results. I was a bit taken aback by that.

I remember, they also parsed my AirBnb reservation and rental car receipt from my email. They then showed it in Google Now on my mobile phone. However it wasn't very useful, they had some parsing error, iirc.

Re: Zapier Email Parser: Extract Text From Automated Emails

#43

Good luck Zapier. I've spent many an hour on this exact problem. If the templates don't change at all (no ads, nothing contextual or optional) then this is possible, but in my experience emails have a surprising amount of variation when trying to do stuff like this. Paid with an online check this time versus a credit card? Billing address, last 4 numbers, etc might now be gone, which totally messes up the extraction.…

It's difficult, but not impossible. My university has a spin-off company, which does parsing of documents. One thing that they do is parsing of CVs. You give it a pdf file of any CV in any format and it will convert that into a machine readable format. Obviously that requires domain knowledge, but it's possible.

I don't know how Zapier works, but it is possible that they do some kind of fuzzy matching, that is robust to those things.

Re: Zapier Email Parser: Extract Text From Automated Emails

#44
post #38

I just noticed Google started doing something like this. I got Google search results about purchases I'd made from Apple. They parsed a receipt from my Gmail account and displayed it in a card in my search results. I was a bit taken aback by that.

IIRC, this is not parsing, there is a Gmail API mentioned during 2013 Google IO

https://developers.google.com/schemas/tutorials/google-now-c...

https://developers.google.com/gmail/actions/getting-started

Re: Zapier Email Parser: Extract Text From Automated Emails

#45
post #18
post #11

Would love to see an open source tool like this for parsing general text / csv / fixedwidth / html in a similar way. Very nifty concept.

I really want to open source the core parsing bit which is based on diff-match-patch but I've got some cleanup to do before... It is probably not hard to reverse engineer what we're doing, it is pretty simple!

I've been not quite needing this enough for years. Such is life.

Re: Zapier Email Parser: Extract Text From Automated Emails

#46
post #44
post #38

I just noticed Google started doing something like this. I got Google search results about purchases I'd made from Apple. They parsed a receipt from my Gmail account and displayed it in a card in my search results. I was a bit taken aback by that.

IIRC, this is not parsing , there is a Gmail API mentioned during 2013 Google IO https://developers.google.com/schemas/tutorials/google-now-c... https://developers.google.com/gmail/actions/getting-started

They do parsing as well.

I forward all my work flight itineraries to Gmail (so I get Google Now notifications) after cut & pasting them out of the Word document I get them in.

Gmail parses them and displays them using the "Flight details" format, even though there is none of the information required for the "Actions" thing linked above.

Re: Zapier Email Parser: Extract Text From Automated Emails

#47
post #3

This is a killer feature for Zapier and i'm really excited. Zapier has been a huge time saver for us at BetterVoice.com. How many times do you get approached by customers or other vendors about "when are you going to integrate with XYZ" product? If you just integrate ONE time with Zapier, you're immediately connected with over 200 other online services. Then your answer to those customers/vendors can be: "We're integ…

For some reason, this comment really read like a marketing testimonial.

If you want infuriating marketing, try Googling for an integration between two obscure web services.

The Zapier "Zapbook" automatically makes a page for each possible combination of the services they hook into, giving useless bullshit like https://zapier.com/zapbook/ducksboard/aim/ (which, by the way, isn't the same as https://zapier.com/zapbook/aim/ducksboard/ either).

Re: Zapier Email Parser: Extract Text From Automated Emails

#48

Earlier quoted context omitted.

For some reason, this comment really read like a marketing testimonial.

If you want infuriating marketing, try Googling for an integration between two obscure web services. The Zapier "Zapbook" automatically makes a page for each possible combination of the services they hook into, giving useless bullshit like https://zapier.com/zapbook/ducksboard/aim/ (which, by the way, isn't the same as https://zapier.com/zapbook/aim/ducksboard/ either).

Zapier lets you connect apps together in interesting ways, whether or not it really makes sense to. Maybe someone out there will find it useful to be able to manage their dashboards with instant messages.

Re: Zapier Email Parser: Extract Text From Automated Emails

#50
post #3

This is a killer feature for Zapier and i'm really excited. Zapier has been a huge time saver for us at BetterVoice.com. How many times do you get approached by customers or other vendors about "when are you going to integrate with XYZ" product? If you just integrate ONE time with Zapier, you're immediately connected with over 200 other online services. Then your answer to those customers/vendors can be: "We're integ…

If you're looking for an open source alternative, please consider my Huginn project, which now has quite an active community.

https://github.com/cantino/huginn

Post reply on HN