Files
twenty/packages/twenty-docs/l/es/developers/extend/extend.mdx
T
2353bc62cc i18n - docs translations (#17433)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 07:11:01 +01:00

35 lines
1.2 KiB
Plaintext

---
title: Ampliar
description: Amplía la funcionalidad de Twenty con APIs, webhooks y aplicaciones personalizadas.
---
<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/extend/capabilities/apis">
Conéctate a Twenty de forma programática
</Card>
<Card title="Webhooks" icon="bell" href="/l/es/developers/extend/capabilities/webhooks">
Recibe notificaciones de eventos en tiempo real
</Card>
<Card title="Aplicaciones" icon="puzzle-piece" href="/l/es/developers/extend/capabilities/apps">
Crea personalizaciones como código (Alpha)
</Card>
</CardGroup>