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

32 lines
1.3 KiB
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
2021-09-04 01:27:46 +05:30
the [Maintainer role](../../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
2021-04-29 21:17:54 +05:30
Like plugins, integrations allow you to integrate GitLab with other applications, adding additional features.
For more information, read the
[overview of integrations](overview.md) or learn how to manage your integrations:
- *For GitLab 13.3 and later,* read [Project integration management](../../admin_area/settings/project_integration_management.md).
- *For GitLab 13.2 and earlier,* read [Service Templates](services_templates.md),
which are deprecated and [scheduled to be removed](https://gitlab.com/gitlab-org/gitlab/-/issues/268032)
in GitLab 14.0.
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).