Files
twenty/packages/twenty-docs/l/es/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.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
## Primeros pasos
<CardGroup cols={2}>
<Card title="APIs" icon="code" href="/l/es/developers/extend/api">
Conéctate a Twenty de forma programática
</Card>
<Card title="Webhooks" icon="bell" href="/l/es/developers/extend/webhooks">
Recibe notificaciones de eventos en tiempo real
</Card>
<Card title="Aplicaciones" icon="puzzle-piece" href="/l/es/developers/extend/apps/getting-started">
Crea personalizaciones como código
</Card>
</CardGroup>