Hi,
I am trying to setup webhook node. The target app where I need to post gives me their own gateway webhook url. I am trying to see how I can use the webhook url the third party provided instead of the one n8b node generates.
Thanks
Mohan
Hi,
I am trying to setup webhook node. The target app where I need to post gives me their own gateway webhook url. I am trying to see how I can use the webhook url the third party provided instead of the one n8b node generates.
Thanks
Mohan
Welcome to the community @Mohan_Ramanujam!
Sounds for me like you do not want the Webhook-Node (which is for receiving data) rather the HTTP Request Node (which is to send data).
Makes sense. Thanks