Files
twenty/packages/twenty-docs/l/ru/developers/extend/extend.mdx
T
github-actions[bot] 8cee8d7212 i18n - docs translations (#22279)
Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22279?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-06-29 06:27:01 +02:00

33 lines
1.7 KiB
Plaintext

---
title: Расширяйте
description: Расширяйте возможности Twenty с помощью API, вебхуков и пользовательских приложений.
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="ИИ" />
</Frame>
## Обзор
Twenty разработан с учетом расширяемости. Используйте наши API, вебхуки и фреймворк приложений, чтобы интегрироваться с вашими существующими инструментами и создавать пользовательскую функциональность.
## Что вы можете сделать
* **APIs**: Запрашивайте и изменяйте данные CRM программно с помощью REST или GraphQL
* **Вебхуки**: Получайте уведомления в реальном времени при возникновении событий в Twenty
* **Приложения**: Создавайте пользовательские приложения, которые расширяют возможности Twenty
## Начало работы
<CardGroup cols={2}>
<Card title="API" icon="code" href="/l/ru/developers/extend/api">
Подключайтесь к Twenty программно
</Card>
<Card title="Вебхуки" icon="bell" href="/l/ru/developers/extend/webhooks">
Получайте уведомления о событиях в реальном времени
</Card>
<Card title="Приложения" icon="puzzle-piece" href="/l/ru/developers/extend/apps/getting-started">
Создавайте настройки как код
</Card>
</CardGroup>