Files
twenty/packages/twenty-docs/l/ru/developers/extend/extend.mdx
T
Félix Malfait 882e9fd231 Docs: restructure Extend section with API, Webhooks, and Apps pages (#18517)
## Summary
- Restructures the developer Extend documentation: moves API and
Webhooks to top-level pages, creates dedicated Apps section with Getting
Started, Building, and Publishing pages
- Updates navigation structure (`docs.json`, `base-structure.json`,
`navigation.template.json`)
- Updates translated docs for all locales and LLMS.md references across
app packages

## Test plan
- [ ] Run `mintlify dev` locally and verify navigation structure
- [ ] Check that all links in the Extend section work correctly
- [ ] Verify translated pages render properly


Made with [Cursor](https://cursor.com)

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2026-03-10 10:00:20 +01:00

34 lines
1.7 KiB
Plaintext

---
title: Расширяйте
description: Расширяйте возможности Twenty с помощью API, вебхуков и пользовательских приложений.
redirect: /developers/introduction
---
<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="код" href="/l/ru/developers/api">
Подключайтесь к Twenty программно
</Card>
<Card title="Вебхуки" icon="bell" href="/l/ru/developers/webhooks">
Получайте уведомления о событиях в реальном времени
</Card>
<Card title="Приложения" icon="puzzle-piece" href="/l/ru/developers/apps/apps">
Создавайте настройки как код (Alpha)
</Card>
</CardGroup>