NGROK

First of all, if you do not have an ngrok account, you need to create an account on ngrok's official site. You can create your account by following this link.

Install ngrok via Chocolatey with the following command:

choco install ngrok

Run the following command to add your authtoken to the default ngrok.yml configuration file.

ngrok config add-authtoken <your_auth_token>

Activate your webhook host name

With the following command, you can enter your webhook port in the place specified as and start listening to events!

ngrok http <port>

Once running, your endpoints will be listed on the endpoints page.

Last updated