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

---
title: Ampliar
description: Amplía la funcionalidad de Twenty con APIs, webhooks y aplicaciones personalizadas.
redirect: /developers/introduction
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="IA" />
</Frame>
## Resumen
Twenty está diseñado para ser extensible. Usa nuestras APIs, webhooks y el framework de aplicaciones para integrarte con tus herramientas existentes y crear funcionalidades personalizadas.
## Lo que puedes hacer
* **APIs**: Consulta y modifica tus datos de CRM de forma programática usando REST o GraphQL
* **Webhooks**: Recibe notificaciones en tiempo real cuando ocurran eventos en Twenty
* **Aplicaciones**: Crea aplicaciones personalizadas que amplíen las capacidades de Twenty - Próximamente.
## Primeros pasos
<CardGroup cols={2}>
<Card title="APIs" icon="código" href="/l/es/developers/api">
Conéctate a Twenty de forma programática
</Card>
<Card title="Webhooks" icon="bell" href="/l/es/developers/webhooks">
Recibe notificaciones de eventos en tiempo real
</Card>
<Card title="Aplicaciones" icon="puzzle-piece" href="/l/es/developers/apps/apps">
Crea personalizaciones como código (Alpha)
</Card>
</CardGroup>