## Summary - Restructures the developer Extend documentation: moves API and Webhooks to top-level pages, creates dedicated Apps section with Getting Started, Building, and Publishing pages - Updates navigation structure (`docs.json`, `base-structure.json`, `navigation.template.json`) - Updates translated docs for all locales and LLMS.md references across app packages ## Test plan - [ ] Run `mintlify dev` locally and verify navigation structure - [ ] Check that all links in the Extend section work correctly - [ ] Verify translated pages render properly Made with [Cursor](https://cursor.com) --------- Co-authored-by: github-actions <github-actions@twenty.com>
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
---
|
|
title: 拡張
|
|
description: API、Webhook、カスタムアプリで Twenty の機能を拡張できます。
|
|
redirect: /developers/introduction
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
|
|
</Frame>
|
|
|
|
## 概要
|
|
|
|
Twenty は拡張性を念頭に設計されています。 当社の API、Webhook、アプリフレームワークを使用して既存のツールと統合し、カスタム機能を構築できます。
|
|
|
|
## 現在できること
|
|
|
|
* **API**: REST または GraphQL を使用して、プログラムから CRM データをクエリおよび変更します。
|
|
* **ウェブフック**: Twenty でイベントが発生したときにリアルタイム通知を受信します。
|
|
* **アプリ**: Twenty の機能を拡張するカスタムアプリケーションを構築 - 近日公開!
|
|
|
|
## 始めに
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="API" icon="コード" href="/l/ja/developers/api">
|
|
プログラムから Twenty に接続
|
|
</Card>
|
|
|
|
<Card title="ウェブフック" icon="bell" href="/l/ja/developers/webhooks">
|
|
イベントの通知をリアルタイムで受け取る
|
|
</Card>
|
|
|
|
<Card title="アプリ" icon="puzzle-piece" href="/l/ja/developers/apps/apps">
|
|
カスタマイズをコードとして構築(アルファ版)
|
|
</Card>
|
|
</CardGroup>
|