Files
twenty/packages/twenty-docs/l/fr/developers/extend/extend.mdx
T
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

36 lines
1.3 KiB
Plaintext

---
title: Étendre
description: Étendez les fonctionnalités de Twenty avec des API, des webhooks et des applications personnalisées.
redirect: /developers/introduction
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="IA" />
</Frame>
## Vue d'ensemble
Twenty est conçu pour être extensible. Utilisez nos API, nos webhooks et notre framework d'applications pour vous intégrer à vos outils existants et créer des fonctionnalités personnalisées.
## Ce que vous pouvez faire
* **API** : Interrogez et modifiez vos données CRM par programmation à l'aide de REST ou de GraphQL
* **Webhooks** : Recevez des notifications en temps réel lorsque des événements se produisent dans Twenty
* **Applications** : Créez des applications personnalisées qui étendent les capacités de Twenty - Bientôt disponible !
## Prise en main
<CardGroup cols={2}>
<Card title="API" icon="code" href="/l/fr/developers/api">
Connectez-vous à Twenty par programmation
</Card>
<Card title="Webhooks" icon="bell" href="/l/fr/developers/webhooks">
Recevez des notifications d'événements en temps réel
</Card>
<Card title="Applications" icon="puzzle-piece" href="/l/fr/developers/apps/apps">
Créez des personnalisations sous forme de code (Alpha)
</Card>
</CardGroup>