Files
twenty/packages/twenty-docs/l/tr/developers/extend/extend.mdx
T
Félix Malfait 882e9fd231 Docs: restructure Extend section with API, Webhooks, and Apps pages (#18517)
## 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>
2026-03-10 10:00:20 +01:00

34 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Genişlet
description: Twenty'nin işlevselliğini API'ler, webhook'lar ve özel uygulamalarla genişletin.
redirect: /developers/introduction
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
</Frame>
## Genel Bakış
Twenty, genişletilebilir olacak şekilde tasarlanmıştır. Mevcut araçlarınızla entegre olmak ve özel işlevler oluşturmak için API'lerimizi, webhook'larımızı ve uygulama çerçevemizi kullanın.
## Yapabilecekleriniz
* **API'ler**: CRM verilerinizi REST veya GraphQL kullanarak programatik olarak sorgulayın ve değiştirin
* **Webhook'lar**: Twenty'de olaylar gerçekleştiğinde gerçek zamanlı bildirimler alın
* **Uygulamalar**: Twenty'nin yeteneklerini genişleten özel uygulamalar oluşturun - Çok yakında!
## Başlarken
<CardGroup cols={2}>
<Card title="API'ler" icon="kod" href="/l/tr/developers/api">
Twenty'ye programatik olarak bağlanın
</Card>
<Card title="Webhooklar" icon="bell" href="/l/tr/developers/webhooks">
Olaylardan gerçek zamanlı olarak haberdar olun
</Card>
<Card title="Uygulamalar" icon="puzzle-piece" href="/l/tr/developers/apps/apps">
Özelleştirmeleri kod olarak oluşturun (Alfa)
</Card>
</CardGroup>