8cee8d7212
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>
33 lines
1.2 KiB
Plaintext
33 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="code" href="/l/ko/developers/extend/api">
|
|
프로그래밍 방식으로 Twenty에 연결하세요
|
|
</Card>
|
|
<Card title="웹훅" icon="bell" href="/l/ko/developers/extend/webhooks">
|
|
이벤트에 대한 실시간 알림을 받으세요
|
|
</Card>
|
|
<Card title="앱" icon="puzzle-piece" href="/l/ko/developers/extend/apps/getting-started">
|
|
코드로 사용자 지정을 구축하세요
|
|
</Card>
|
|
</CardGroup>
|