Files
twenty/packages/twenty-docs/l/ko/developers/extend/extend.mdx
T
e0d4492013 i18n - docs translations (#17434)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 09:06:17 +01:00

35 lines
1.2 KiB
Plaintext

---
title: 확장
description: API, 웹훅 및 맞춤형 앱으로 Twenty의 기능을 확장하세요.
---
<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/extend/capabilities/apis">
프로그래밍 방식으로 Twenty에 연결하세요
</Card>
<Card title="웹훅" icon="bell" href="/l/ko/developers/extend/capabilities/webhooks">
이벤트에 대한 실시간 알림을 받으세요
</Card>
<Card title="앱" icon="puzzle-piece" href="/l/ko/developers/extend/capabilities/apps">
코드로 사용자 지정을 구축하세요(알파)
</Card>
</CardGroup>