8abc8f4bc9
Created by Github action <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/23618?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>
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
---
|
|
title: Étendre
|
|
description: Étendez les fonctionnalités de Twenty avec des API, des webhooks et des applications personnalisées.
|
|
---
|
|
|
|
<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
|
|
|
|
## Prise en main
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="API" icon="code" href="/l/fr/developers/extend/api">
|
|
Connectez-vous à Twenty par programmation
|
|
</Card>
|
|
<Card title="Webhooks" icon="bell" href="/l/fr/developers/extend/webhooks">
|
|
Recevez des notifications d'événements en temps réel
|
|
</Card>
|
|
<Card title="Applications" icon="puzzle-piece" href="/l/fr/developers/extend/apps/getting-started/quick-start">
|
|
Créez des personnalisations sous forme de code
|
|
</Card>
|
|
</CardGroup>
|