Created by Github action Pulls the latest documentation translations from Crowdin for all supported languages: - French (fr) - Arabic (ar) - Czech (cs) - German (de) - Spanish (es) - Italian (it) - Japanese (ja) - Korean (ko) - Portuguese (pt) - Romanian (ro) - Russian (ru) - Turkish (tr) - Chinese (zh-CN) --------- Co-authored-by: github-actions <github-actions@twenty.com>
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
---
|
|
title: Extend
|
|
description: Extend Twenty's functionality with APIs, webhooks, and custom apps.
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
|
|
</Frame>
|
|
|
|
## Panoramica
|
|
|
|
Twenty is designed to be extensible. Use our APIs, webhooks, and app framework to integrate with your existing tools and build custom functionality.
|
|
|
|
## What You Can Do
|
|
|
|
* **APIs**: Query and modify your CRM data programmatically using REST or GraphQL
|
|
* **Webhooks**: Receive real-time notifications when events occur in Twenty
|
|
* **Apps**: Build custom applications that extend Twenty's capabilities - Coming soon!
|
|
|
|
## Getting Started
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="API" icon="codice" href="/l/it/developers/extend/capabilities/apis">
|
|
Connect to Twenty programmatically
|
|
</Card>
|
|
|
|
<Card title="Webhooks" icon="bell" href="/l/it/developers/extend/capabilities/webhooks">
|
|
Get notified of events in real-time
|
|
</Card>
|
|
|
|
<Card title="Apps" icon="puzzle-piece" href="/l/it/developers/extend/capabilities/apps">
|
|
Build customizations as code (Alpha)
|
|
</Card>
|
|
</CardGroup>
|