roccomuso / node-webhooks

:arrow_right_hook: Node.js module to create and trigger your own webHooks.
190 stars 47 forks source link

Close #15: Added new parameter to HTTP request #27

Open isacna opened 1 year ago

isacna commented 1 year ago

Now you can trigger the GET method.

webHooks.trigger('shortname3', {}, {}, "GET") // payload will be sent as GET request