## Summary Completes the migration of all documentation from twenty-website to a new Mintlify-powered documentation site at docs.twenty.com. ## Changes Made ### New Package: `twenty-docs` - ✅ Created new Mintlify documentation package - ✅ Migrated 95 content pages (user-guide, developers, twenty-ui) - ✅ Migrated 81 images - ✅ Converted all custom components to Mintlify native components - ✅ Configured navigation with 2 tabs and 94 pages - ✅ Added Helper AI Agent with searchArticles tool for docs search ### Updated: `twenty-website` - ✅ Added 11 redirect rules (301 permanent) in next.config.js - ✅ Removed all documentation content (111 files) - ✅ Removed documentation routes (user-guide, developers, twenty-ui) - ✅ Removed documentation components (9 files) - ✅ Updated keystatic.config.ts - ✅ Preserved all marketing/release pages ### Updated: Core Files - ✅ Updated README.md - docs links point to docs.twenty.com - ✅ Updated CONTRIBUTING.md - code quality link updated - ✅ Updated SupportDropdown.tsx - user guide link updated - ✅ Updated Footer.tsx - user guide link updated
54 lines
2.2 KiB
Plaintext
54 lines
2.2 KiB
Plaintext
---
|
|
title: Integrations
|
|
info: "Connect Twenty to your existing tools and build custom automations."
|
|
image: /images/user-guide/integrations/plug.png
|
|
sectionInfo: Connect Twenty to your existing tools and workflows
|
|
---
|
|
<Frame>
|
|
<img src="/images/user-guide/integrations/plug.png" alt="Header" />
|
|
</Frame>
|
|
|
|
## Current Integration Options
|
|
|
|
### Native Integrations
|
|
Twenty currently offers native integration with:
|
|
- **Email & Calendar**: Connect Gmail, Outlook, or SMTP/CalDAV providers
|
|
- **API Access**: Use our REST and GraphQL APIs to build custom integrations
|
|
|
|
For email and calendar setup, visit [Email & Calendar Setup](/user-guide/settings/email-calendar-setup).
|
|
|
|
### Workflows (Recommended)
|
|
The primary way to connect Twenty to other tools is through our in-app **Workflows** feature:
|
|
- **HTTP Nodes**: Make API calls to external services
|
|
- **Code Nodes**: Write custom logic for complex integrations
|
|
- **Webhook Triggers**: Receive data from external systems
|
|
- **Field Update Triggers**: Automate actions based on CRM changes
|
|
|
|
Learn more in our [Workflows section](/user-guide/workflows/getting-started-workflows).
|
|
|
|
### Zapier Integration (Legacy)
|
|
We maintain a Zapier integration for users who prefer no-code automation:
|
|
|
|
1. Visit [Twenty on Zapier](https://zapier.com/apps/twenty/integrations)
|
|
2. Create a new Zap with Twenty as trigger or action
|
|
3. Generate an API key in Settings → API & Webhooks
|
|
4. Connect your Twenty workspace to Zapier
|
|
|
|
## Future Vision: Community-Built Connectors (2026)
|
|
|
|
### Extensibility Platform
|
|
We're building an extensibility platform that will allow developers to create apps as code. This will enable:
|
|
- **Custom Connectors**: Build integrations with your favorite software
|
|
- **Community Contributions**: Share and discover connectors built by others
|
|
- **Flexible Architecture**: Extend Twenty's capabilities beyond core features
|
|
|
|
### AI-Assisted Workflow Building
|
|
Coming in 2026, AI assistance will help users:
|
|
- **Auto-Generate Workflows**: Describe your integration needs in plain language
|
|
- **Smart Suggestions**: Get recommendations for connecting your specific tools
|
|
- **Template Library**: Access pre-built workflows for common use cases
|
|
|
|
The future of Twenty integrations is community-driven, AI-assisted, and infinitely extensible.
|
|
|
|
|