blob: b7fb984cc01a42384b475021ecf893a276de2545 [file] [view]
---
title: "Configuring Webhook"
sidebar_position: 7
description: Config UI instruction for Webhook
---
Visit config-ui: `http://localhost:4000` if you deployed via docker-compose.
### Add a new webhook
![image](https://user-images.githubusercontent.com/3294100/191309840-460fbc9c-15a1-4b12-a510-9ed5ccd8f2b0.png)
#### Webhook name
We recommand that you give your webhook connection a unique name so that you can identify and manage where you have used it later.
### Use Webhooks
After clicking on "Generate POST URL", you will find four webhook URLs. Copy the ones that suits your usage into your CI or issue tracking systems. You can always come back to the webhook page to copy the URLs later on.
![image](https://user-images.githubusercontent.com/3294100/191400110-327c153f-b236-47e3-88cc-85bf8fcae310.png)
For more usage: [plugins/webhook](/Plugins/webhook.md).