Kodus home page
English
Search...
⌘K
Community
Github
Try Kodus
Try Kodus
Search...
Navigation
Azure DevOps
Creating a Webhook
How to deploy
Concepts
Kodus Architecture
Local Quickstarts
Running Kodus API
Running Web Application
Deploy Kodus
Custom Deployment
Troubleshooting Guide
Git providers configuration
Github
Gitlab
Bitbucket
Azure DevOps
Creating a Webhook
Azure DevOps
Creating a Webhook
Copy page
Kody usually creates the webhook automatically. If that didn’t happen, follow these steps to set it up manually:
Navigate to your Azure DevOps project.
Click on “Project settings” in the bottom-left corner.
Under the “General” section, select “Service hooks”.
Click the ”+ Create Subscription” button.
Time to configure your webhook:
Service
: Choose
“Web Hooks”
Trigger on this type of event
: Select the event type (see below)
URL
: Enter the URL where you want to receive notifications — the same one set in
GLOBAL_AZURE_CODE_MANAGEMENT_WEBHOOK
in your
.env
file.
Details
:
Pull request created
Pull request updated
Pull request commented
Filters
(optional): You can filter by repository or branch if needed.
Action
: Configure to send a POST request to the given URL.
Click “Finish”
And that’s it! You’ve successfully set up a webhook to enable Kody to review your pull requests in Azure DevOps.
Make sure the URL you use is reachable and accepts incoming POST requests for pull request events.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Creating a Webhook
Assistant
Responses are generated using AI and may contain mistakes.