When I create webhook. What url itβs should be have ?
Second question how I can test it in locally ?
For example if there are a node API and need to web hook call that local API.
Hello and welcome to Community @amelkumyan87 ![]()
You should use the URL of a publicly available endpoint where you can run your code. If you are developing locally you should use a tunnel like ngrok ( https://ngrok.com/ ) to point to your local machine.
Does that make sense?
Yes. I did it earlyer and itβs work. Thanks