## 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>
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
---
|
|
title: Estender
|
|
description: Amplie a funcionalidade do Twenty com APIs, webhooks e aplicativos personalizados.
|
|
redirect: /developers/introduction
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/integrations/plug.png" alt="IA" />
|
|
</Frame>
|
|
|
|
## Visão geral
|
|
|
|
O Twenty foi projetado para ser extensível. Use nossas APIs, webhooks e o framework de aplicativos para integrar-se às suas ferramentas existentes e criar funcionalidades personalizadas.
|
|
|
|
## O que você pode fazer
|
|
|
|
* **APIs**: Consulte e modifique seus dados de CRM programaticamente usando REST ou GraphQL
|
|
* **Webhooks**: Receba notificações em tempo real quando eventos ocorrerem no Twenty
|
|
* **Apps**: Crie aplicativos personalizados que expandem as capacidades do Twenty - Em breve!
|
|
|
|
## Primeiros passos
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="APIs" icon="código" href="/l/pt/developers/api">
|
|
Conecte-se ao Twenty programaticamente
|
|
</Card>
|
|
<Card title="Webhooks" icon="bell" href="/l/pt/developers/webhooks">
|
|
Receba notificações de eventos em tempo real
|
|
</Card>
|
|
<Card title="Aplicativos" icon="puzzle-piece" href="/l/pt/developers/apps/apps">
|
|
Crie personalizações como código (Alpha)
|
|
</Card>
|
|
</CardGroup>
|