Files
twenty/packages/twenty-docs/l/ja/developers/extend/extend.mdx
T
github-actions[bot] 8cee8d7212 i18n - docs translations (#22279)
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>
2026-06-29 06:27:01 +02:00

33 lines
1.3 KiB
Plaintext

---
title: 拡張
description: API、Webhook、カスタムアプリで Twenty の機能を拡張できます。
---
<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="code" href="/l/ja/developers/extend/api">
プログラムから Twenty に接続
</Card>
<Card title="ウェブフック" icon="bell" href="/l/ja/developers/extend/webhooks">
イベントの通知をリアルタイムで受け取る
</Card>
<Card title="アプリ" icon="puzzle-piece" href="/l/ja/developers/extend/apps/getting-started">
カスタマイズをコードとして構築する
</Card>
</CardGroup>