Files
twenty/packages/twenty-docs/l/zh/developers/extend/extend.mdx
T
001c2097a3 i18n - docs translations (#18231)
Created by Github action

<!-- mintlify-editor-comments:start -->
Mintlify
---
0 threads from 0 users in Mintlify

- No unresolved comments
<!-- mintlify-editor-comments:end -->

<!-- mintlify-comment-->

<a
href="https://dashboard.mintlify.com/twenty/twenty/editor/i18n-docs?source=pr_comment"
target="_blank" rel="noopener noreferrer"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"><img
src="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"
alt="Open in Mintlify Editor"></picture></a>

<!-- /mintlify-comment -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-02-25 16:50:28 +01:00

33 lines
1.1 KiB
Plaintext

---
title: 扩展
description: 使用 API、网络钩子和自定义应用扩展 Twenty 的功能。
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
</Frame>
## 概览
Twenty 的设计旨在实现可扩展性。 使用我们的 API、网络钩子和应用框架与您现有的工具集成,并构建自定义功能。
## 你可以做什么
* **API**:使用 REST 或 GraphQL 以编程方式查询和修改您的客户关系管理数据
* **网络钩子**:当 Twenty 中发生事件时接收实时通知
* **应用**:构建扩展 Twenty 功能的自定义应用程序 - 即将推出!
## 开始使用
<CardGroup cols={2}>
<Card title="接口" icon="代码" href="/l/zh/developers/extend/capabilities/apis">
以编程方式连接到 Twenty
</Card>
<Card title="Webhooks" icon="bell" href="/l/zh/developers/extend/capabilities/webhooks">
实时接收事件通知
</Card>
<Card title="应用" icon="puzzle-piece" href="/l/zh/developers/extend/capabilities/apps">
以代码方式构建自定义项 (Alpha)
</Card>
</CardGroup>