Use Yahoo Pipes Web Service module (HTTP POST data in JSON format) to add records to Zoho Creator
I'm trying to use Yahoo Pipes to remix an RSS feed, and then post RSS feed items/data using Yahoo Pipes Web Service module to Zoho Creator. The
Web Service module does an HTTP POST in JSON format to external web services. Unfortunately the Zoho Creator API does not accept requests in JSON format. I've asked this before, and someone said that I'd have to create an HTML view that accepts the JSON data, parses it, and then inserts the records. Can anyone show me how this might be done in a simple example? I'd really like to use Zoho Creator to store my data, but I can't figure out how to get the RSS data into Zoho Creator, except through Yahoo Pipes. I'm not sure if even an HTML view will be able to accept the JSON data, since it is not a true JSON API service, and wouldn't respond like an API.
Thank you for your help.
P.S. If you know of a better way to parse an RSS feed to add data to Zoho Creator, please let me know that also.