Using Spark.publish() with Simple JSON Data

Hi @BarryAllen

There are some examples over in this thread:

I have not tried it myself.

Two other good things to try/know:

  • You can create a temporary place to test using the request.in web service and point your web hook at it for testing. This will let you see exactly what your hook is sending.
  • You should also make sure you can do your POST operation via a tool like curl from the command line to your actual host.
  • You can then switch curl to your requestb.in and see what the exact difference is that is causing your request to not work.