Sending POST requests from the Core

@seemanta, since the Core cannot do https directly, you can now do GET/POSTs using webhooks. These allow you use use Spark.subcribe()/publish() to send or get data from any website to and from the Core. A neat new feature recently added is the ability to have the Cloud do a JSON parse on return data so you only get what you want from the payload, removing the need to do JSON parsing in the Core.

2 Likes