Files
twenty/packages/twenty-docs/l/it/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

34 lines
1.1 KiB
Plaintext

---
title: Estendi
description: Estendi le funzionalità di Twenty con API, webhook e app personalizzate.
redirect: /developers/introduction
---
<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 - In arrivo!
## Per iniziare
<CardGroup cols={2}>
<Card title="API" icon="codice" href="/l/it/developers/api">
Connettiti a Twenty in modo programmatico
</Card>
<Card title="Webhooks" icon="bell" href="/l/it/developers/webhooks">
Ricevi notifiche sugli eventi in tempo reale
</Card>
<Card title="App" icon="puzzle-piece" href="/l/it/developers/apps/apps">
Crea personalizzazioni come codice (Alpha)
</Card>
</CardGroup>