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

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

33 lines
1.0 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/api">
以编程方式连接到 Twenty
</Card>
<Card title="Webhooks" icon="bell" href="/l/zh/developers/extend/webhooks">
实时接收事件通知
</Card>
<Card title="应用" icon="puzzle-piece" href="/l/zh/developers/extend/apps/getting-started">
以代码方式构建自定义项
</Card>
</CardGroup>