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.0 KiB
Plaintext
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="code" 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>
|