2017-08-17 22:00:37 +05:30
|
|
|
# Project integrations
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
You can find the available integrations under your project's
|
|
|
|
**Settings ➔ Integrations** page. You need to have at least
|
2018-11-08 19:23:39 +05:30
|
|
|
[maintainer permission][permissions] on the project.
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
## Project services
|
|
|
|
|
|
|
|
Project services allow you to integrate GitLab with other applications.
|
|
|
|
They are a bit like plugins in that they allow a lot of freedom in
|
|
|
|
adding functionality to GitLab.
|
|
|
|
|
|
|
|
[Learn more about project services.](project_services.md)
|
|
|
|
|
|
|
|
## Project webhooks
|
|
|
|
|
|
|
|
Project webhooks allow you to trigger a URL if for example new code is pushed or
|
|
|
|
a new issue is created. You can configure webhooks to listen for specific events
|
|
|
|
like pushes, issues or merge requests. GitLab will send a POST request with data
|
|
|
|
to the webhook URL.
|
|
|
|
|
|
|
|
[Learn more about webhooks.](webhooks.md)
|
|
|
|
|
|
|
|
[permissions]: ../../permissions.md
|