-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Igor Balos edited this page Jun 18, 2018
·
9 revisions
Getting started with Sinhook is very easy. In order to start, run the following commands on your local machine in the root folder of the Sinhook application:
bundle install rackup -p 8888
This should start up the application on your side and you should be able to access it with call like:
curl -X POST https://localhost/hook/generate?name=test
With that call you generated a new webhook test URL, and you should see a response message like this:
{"Message":"New webhook endopint created.","HookUrl":"https://localhost/hook/test"}
Sinhook web hook testing app.