Kodus home page
English
Search...
⌘K
Community
Github
Try Kodus
Try Kodus
Search...
Navigation
Gitlab
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
Creating a Webhook
Bitbucket
Azure DevOps
Gitlab
Creating a Webhook
Copy page
Kodus usually creates the webhook automatically. If that didn’t happen, follow these steps to set it up manually:
Navigate to your GitLab project
Go to “Settings” > “Webhooks”
Time to configure your webhook:
URL
: Drop in the URL where you want to receive notifications, the URL you put under
API_GITLAB_CODE_MANAGEMENT_WEBHOOK
in the
.env
file
Check Show full URL
Name
: (optional) Kodus Code Review
Description
: (optional) Kodus Code Review Webhook
Secret token
: Leave blank
SSL verification
: Enable SSL verification
Trigger
: Select the following events:
Comments
Issue events
Merge request events
Click “Add webhook”
And that’s it! You’ve successfully set up a webhook to do code reviews in your GitLab repository.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Creating a Webhook
Creating a Webhook
Assistant
Responses are generated using AI and may contain mistakes.