Files
twenty/packages/twenty-docs/l/it/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.1 KiB
Plaintext

---
title: Estendi
description: Estendi le funzionalità di Twenty con API, webhook e app personalizzate.
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
</Frame>
## Panoramica
Twenty è progettato per essere estensibile. Usa le nostre API, i webhook e il framework per le app per integrarti con i tuoi strumenti esistenti e creare funzionalità personalizzate.
## Cosa puoi fare
* **API**: Interroga e modifica i dati del tuo CRM in modo programmatico usando REST o GraphQL
* **Webhook**: Ricevi notifiche in tempo reale quando si verificano eventi in Twenty
* **App**: Crea applicazioni personalizzate che estendono le capacità di Twenty
## Per iniziare
<CardGroup cols={2}>
<Card title="API" icon="code" href="/l/it/developers/extend/api">
Connettiti a Twenty in modo programmatico
</Card>
<Card title="Webhooks" icon="bell" href="/l/it/developers/extend/webhooks">
Ricevi notifiche sugli eventi in tempo reale
</Card>
<Card title="App" icon="puzzle-piece" href="/l/it/developers/extend/apps/getting-started">
Crea personalizzazioni come codice
</Card>
</CardGroup>