2b3b2362db
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
33 lines
1.2 KiB
Plaintext
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="código" 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>
|