debian-mirror-gitlab/doc/user/project/integrations/index.md

29 lines
993 B
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
stage: Create
group: Ecosystem
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-10-24 23:57:45 +05:30
---
2021-04-17 20:07:23 +05:30
# Project integrations **(FREE)**
2017-08-17 22:00:37 +05:30
2017-09-10 17:25:29 +05:30
You can find the available integrations under your project's
2021-02-22 17:27:13 +05:30
**Settings > Integrations** page. You need to have at least
2020-04-22 19:07:51 +05:30
[maintainer permission](../../permissions.md) on the project.
2017-08-17 22:00:37 +05:30
2020-04-22 19:07:51 +05:30
## Integrations
2017-08-17 22:00:37 +05:30
2020-04-22 19:07:51 +05:30
Integrations allow you to integrate GitLab with other applications.
2017-08-17 22:00:37 +05:30
They are a bit like plugins in that they allow a lot of freedom in
adding functionality to GitLab.
2021-02-22 17:27:13 +05:30
Learn more [about integrations](overview.md).
2017-08-17 22:00:37 +05:30
## 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
2021-02-22 17:27:13 +05:30
like pushes, issues or merge requests. GitLab sends a POST request with data
2017-08-17 22:00:37 +05:30
to the webhook URL.
2021-02-22 17:27:13 +05:30
Learn more [about webhooks](webhooks.md).