8cee8d7212
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>
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
---
|
|
title: Estender
|
|
description: Amplie a funcionalidade do Twenty com APIs, webhooks e aplicativos personalizados.
|
|
---
|
|
|
|
<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
|
|
|
|
## Primeiros passos
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="APIs" icon="code" href="/l/pt/developers/extend/api">
|
|
Conecte-se ao Twenty programaticamente
|
|
</Card>
|
|
<Card title="Webhooks" icon="bell" href="/l/pt/developers/extend/webhooks">
|
|
Receba notificações de eventos em tempo real
|
|
</Card>
|
|
<Card title="Aplicativos" icon="puzzle-piece" href="/l/pt/developers/extend/apps/getting-started">
|
|
Crie personalizações como código
|
|
</Card>
|
|
</CardGroup>
|