You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webHooks.trigger('shortname2',{data: 123456},{header: 'header'});// payload will be sent as POST request with JSON body (Content-Type: application/json) and custom header
29
+
webHooks.trigger('shortname1',{data: 123})
30
+
webHooks.trigger('shortname2',{data: 123456},{header: 'header'})// payload will be sent as POST request with JSON body (Content-Type: application/json) and custom header
0 commit comments