When I create webhook. What url it's should be have?

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 :slight_smile:

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?

2 Likes

Yes. I did it earlyer and itโ€™s work. Thanks

1 Like