How to create github app name #207459
Replies: 5 comments
|
Hi! If you mean the URL for a GitHub webhook, you need to create the webhook first in your repository under Settings → Webhooks → Add webhook. The URL you enter there is the endpoint of your own server/application that will receive GitHub events. GitHub does not automatically provide a webhook URL for you. |
|
Hi! GitHub does not generate the webhook URL for you. The Payload URL must be an endpoint from your own application/server that can receive HTTP requests. In your repository, go to Settings → Webhooks → Add webhook, then enter your endpoint in Payload URL, choose the content type and events, and save it. GitHub will send a ping event after creation so you can test it. If you don't have a public endpoint yet, you'll need to create/host one first. |
|
You don’t get a webhook URL from GitHub. You need to create a public endpoint in your own application first, then add that URL while creating your GitHub App. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Webhooks
Body
To know my webhook url where is
All reactions