spark subscribe mine
Subscribing to all events from my personal stream (my cores only)
Listening to: /v1/devices/events
{"name":"prueba","data":"prueba","ttl":"60","published_at":"2015-05-04T17:13:41.303Z","coreid":"xxxxx"}
{"name":"hook-response/prueba/0","data":"{}","ttl":"60","published_at":"2015-05-04T17:13:41.530Z","coreid":"undefined"}
Looks like the webhook is “posting”. Trying using a http://requestb.in/ url instead of your custom url so you can easily inspect what the webhook is doing?
Thank you for you fast response . When use requestBin url for example http://requestb.in/s0j8jys9 Spark.subscribe(“hook-response/”) response code in format html but when execute custom url not return anything
if i add my url in Runscope show “Error contacting host SSL: certificate has expired or is not yet valid”
this is a reason my webhook not working?
How resolved this problem.
Inspecting that request bin you linked to, I don’t see anything from the webhook Spark bot? Are you sure you have it setup correctly? I should at least see a source variable along with your core’s ID
Yes, but my issue here is that I don’t see the request bin url being called. Can you shoot me a quick email @ hello@spark.io with your full webhook json file so I can take a look?