This section provides instructions for creating a webhook in the console.
Creating a webhook requires you to have an HTTP(S) endpoint available.
In your application select the Webhooks submenu from the Integrations side menu. Clicking on the + Add Webhook button will open the Webhook creation screen.
Fill in your Webhook ID, choose Webhook Format and provide Base URL.

The paths are appended to the base URL. For example, if you follow the example in the picture above, the Application Server will perform POST
requests on the endpoint https://app.example.com/lorahooks/join
for join-accepts and https://app.example.com/lorahooks/up
for uplink messages.
Clicking the Add Webhook button will create the Webhook.