Files
twenty/packages/twenty-docs/l/ko/developers/extend/extend.mdx
T
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

36 lines
1.2 KiB
Plaintext

---
title: 확장
description: API, 웹훅 및 맞춤형 앱으로 Twenty의 기능을 확장하세요.
redirect: /developers/introduction
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
</Frame>
## 개요
Twenty는 확장 가능하도록 설계되었습니다. 당사의 API, 웹훅 및 앱 프레임워크를 사용하여 기존 도구와 통합하고 맞춤형 기능을 구축하세요.
## 가능한 작업
* **API**: REST 또는 GraphQL을 사용해 프로그래밍 방식으로 CRM 데이터를 쿼리하고 수정하세요
* **웹훅**: Twenty에서 이벤트가 발생하면 실시간 알림을 받으세요
* **앱**: Twenty의 기능을 확장하는 맞춤형 앱을 구축하세요 - 곧 제공됩니다!
## 시작하기
<CardGroup cols={2}>
<Card title="API" icon="코드" href="/l/ko/developers/api">
프로그래밍 방식으로 Twenty에 연결하세요
</Card>
<Card title="웹훅" icon="bell" href="/l/ko/developers/webhooks">
이벤트에 대한 실시간 알림을 받으세요
</Card>
<Card title="앱" icon="puzzle-piece" href="/l/ko/developers/apps/apps">
코드로 사용자 지정을 구축하세요(알파)
</Card>
</CardGroup>