Page 1 of 1

Send infos to webhook Switch

Posted: Tue Apr 09, 2024 1:53 pm
by schmitzdp
Hello,

I'm trying to send information to the 'Webhook' application at the 2 addresses below, but I'm getting the following messages and nothing is arriving in my flow's folder.
Image

With legacy webhooks : http://[MyIP]:51080/scripting/notify
Image

With new Node.js webhooks : http://[MyIP]:51088/scripting/notify
Image

Can you help me ?

Thank you

Re: Send infos to webhook Switch

Posted: Tue Apr 09, 2024 6:36 pm
by mkayyyy
schmitzdp wrote: Tue Apr 09, 2024 1:53 pm Hello,

I'm trying to send information to the 'Webhook' application at the 2 addresses below, but I'm getting the following messages and nothing is arriving in my flow's folder.
Image

With legacy webhooks : http://[MyIP]:51080/scripting/notify
Image

With new Node.js webhooks : http://[MyIP]:51088/scripting/notify
Image

Can you help me ?

Thank you
You'll need to remove the "scripting/" from the Path property of your Webhook element's flow element properties:

Image

Then your Node.js webhook Postman request should execute correctly

Re: Send infos to webhook Switch

Posted: Wed Apr 10, 2024 8:38 am
by schmitzdp
Thanks for the clarification :oops:

Re: Send infos to webhook Switch

Posted: Wed Apr 10, 2024 1:06 pm
by mkayyyy
schmitzdp wrote: Wed Apr 10, 2024 8:38 am Thanks for the clarification :oops:
No worries! Is your Postman request now working?

Re: Send infos to webhook Switch

Posted: Wed Apr 10, 2024 1:18 pm
by schmitzdp
Yes, i can send info now via Postman ;)