twenty/packages/twenty-docs/developers/extend/extend.mdx
Félix Malfait 882e9fd231
Docs: restructure Extend section with API, Webhooks, and Apps pages (#18517)
## 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>
2026-03-10 10:00:20 +01:00

31 lines
1,023 B
Text

---
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>
## Overview
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
## Getting Started
<CardGroup cols={2}>
<Card title="APIs" icon="code" href="/developers/extend/api">
Connect to Twenty programmatically
</Card>
<Card title="Webhooks" icon="bell" href="/developers/extend/webhooks">
Get notified of events in real-time
</Card>
<Card title="Apps" icon="puzzle-piece" href="/developers/extend/apps/getting-started">
Build customizations as code
</Card>
</CardGroup>