
How to Set Up Webhook in Bitbucket Repository
- DragonFire
- Tutorial, Technical
- 02 Jun, 2023
To configure a webhook in Bitbucket repository, follow these steps:
- Go to your Bitbucket repository settings.
- Click on the "Webhooks" tab.
- Click on the "Add webhook" button.
- Enter the following details:
- Title: [Provide a title for your webhook]
- URL: [Enter the URL where you want to receive the webhook notifications]
- Events: [Select the events for which you want to trigger the webhook, we need Pull Request
Created
andUpdated
]
- Click on the "Save" button to create the webhook.
Here are the screenshots to guide you through the process:
That's it! You have successfully set up a webhook in your Bitbucket repository. Now, whenever the selected events occur, Bitbucket will send a notification to the specified URL.