IFTTT App
Quora, IFTTT and Google API - totally out of my depth?
I want IFTTT to send me an email when a new question appears on Quora that contains my chosen keyword.
Quora doesn't have RSS feeds that would allow this so I went about the problem like this:
a) I set up a Google Custom Search Engine for Quora.com
b) I then went to Google Cloud and set up custom search API that uses the CSE I set up in (a) together with some test search parameters: it's of this form:
https://www.googleapis.com/customsearch/v1?key=AIzaSyYYYH9XXX9EGRb5Tn4qF20U4tz9acpTgY&cx=12349d4bc25d93e6c&q=resume advice&dateRestrict=d2
The API key and cx numbers are dummies for obvious reasons.
(The search term is "resume advice" and it's intended to produce results 2 days old or newer)
This seems to create a nice feed. But I'm out of my depth now and don't know how to go from this to something that IFTTT could deliver by email. Maybe it's something to do with webhooks but I really don't know what I'm talking about at this point... Any good ideas or suggestions?