## 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>
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
---
|
|
title: Erweitern
|
|
description: Erweitern Sie die Funktionalität von Twenty mit APIs, Webhooks und benutzerdefinierten Apps.
|
|
redirect: /developers/introduction
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/integrations/plug.png" alt="KI" />
|
|
</Frame>
|
|
|
|
## Überblick
|
|
|
|
Twenty ist darauf ausgelegt, erweiterbar zu sein. Verwenden Sie unsere APIs, Webhooks und das App-Framework, um sich in Ihre vorhandenen Tools zu integrieren und benutzerdefinierte Funktionalität zu entwickeln.
|
|
|
|
## Was Sie tun können
|
|
|
|
* **APIs**: Abfragen und ändern Sie Ihre CRM-Daten programmatisch mit REST oder GraphQL
|
|
* **Webhooks**: Erhalten Sie Benachrichtigungen in Echtzeit, wenn Ereignisse in Twenty auftreten
|
|
* **Apps**: Erstellen Sie benutzerdefinierte Anwendungen, die die Funktionalität von Twenty erweitern - Demnächst verfügbar!
|
|
|
|
## Erste Schritte
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="APIs" icon="code" href="/l/de/developers/api">
|
|
Verbinden Sie sich programmgesteuert mit Twenty
|
|
</Card>
|
|
<Card title="Webhooks" icon="bell" href="/l/de/developers/webhooks">
|
|
Erhalten Sie Benachrichtigungen über Ereignisse in Echtzeit
|
|
</Card>
|
|
<Card title="Apps" icon="puzzle-piece" href="/l/de/developers/apps/apps">
|
|
Erstellen Sie Anpassungen als Code (Alpha)
|
|
</Card>
|
|
</CardGroup>
|