Send infos to webhook Switch

Post Reply
schmitzdp
Member
Posts: 43
Joined: Thu Aug 06, 2020 1:36 pm

Send infos to webhook Switch

Post 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
mkayyyy
Member
Posts: 80
Joined: Mon Nov 21, 2016 6:31 pm
Location: UK

Re: Send infos to webhook Switch

Post 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
schmitzdp
Member
Posts: 43
Joined: Thu Aug 06, 2020 1:36 pm

Re: Send infos to webhook Switch

Post by schmitzdp »

Thanks for the clarification :oops:
mkayyyy
Member
Posts: 80
Joined: Mon Nov 21, 2016 6:31 pm
Location: UK

Re: Send infos to webhook Switch

Post by mkayyyy »

schmitzdp wrote: Wed Apr 10, 2024 8:38 am Thanks for the clarification :oops:
No worries! Is your Postman request now working?
schmitzdp
Member
Posts: 43
Joined: Thu Aug 06, 2020 1:36 pm

Re: Send infos to webhook Switch

Post by schmitzdp »

Yes, i can send info now via Postman ;)
Post Reply