5d438bb70c
## Summary - **New Getting Started section** with quickstart guide and restructured navigation - **Halftone-style illustrations** for User Guide and Developer introduction cards using a Canvas 2D filter script - **Removed hero images** (`image:` frontmatter + `<Frame><img>` blocks) from all user-guide article pages - **Cleaned up translations** (13 languages): removed hero images and updated introduction cards to use halftone style - **Cleaned up twenty-ui pages**: removed outdated hero images from component docs - **Deleted orphaned images**: `table.png`, `kanban.png` - **Developer page**: fixed duplicate icon, switched to 3-column layout ## Test plan - [ ] Verify docs site builds without errors - [ ] Check User Guide introduction page renders halftone card images in both light and dark mode - [ ] Check Developer introduction page renders 3-column layout with distinct icons - [ ] Confirm article pages no longer show hero images at the top - [ ] Spot-check a few translated pages to ensure hero images are removed 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: github-actions <github-actions@twenty.com>
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
---
|
|
title: Calendar & Email
|
|
description: Sync your email and calendar with Twenty.
|
|
icon: "envelope"
|
|
---
|
|
|
|
Twenty connects to your existing tools so your CRM stays up to date without manual data entry.
|
|
|
|
## Email sync
|
|
|
|
Connect your **Google Workspace** or **Microsoft 365** mailbox. Once connected:
|
|
|
|
- Emails are automatically linked to the matching Company and People records
|
|
- Full email threads are visible on each record's timeline
|
|
- You can send emails directly from Twenty
|
|
- Multiple mailboxes per user are supported
|
|
|
|
You control what gets imported — filter by date range or sender to avoid pulling in irrelevant emails.
|
|
|
|
## Calendar sync
|
|
|
|
Calendar events sync automatically from your connected account. Events appear on the relevant CRM records, giving you a complete picture of your interactions with each contact or company.
|
|
|
|
## Integrations
|
|
|
|
Beyond email and calendar, Twenty connects to external tools through:
|
|
|
|
| Method | Use case |
|
|
|--------|----------|
|
|
| **API** | Build custom integrations with the GraphQL or REST API |
|
|
| **Webhooks** | Push real-time notifications to external systems when records change |
|
|
| **Zapier** | Connect to 5,000+ apps without code |
|
|
| **Workflow HTTP actions** | Call any external API as part of an automated workflow |
|
|
|
|
## Custom apps
|
|
|
|
Developers can build full-featured apps on top of Twenty — adding custom UI, server-side logic, and deep integrations. Apps can be published for the community or kept private.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Calendar & Email guide" icon="envelope" href="/user-guide/calendar-emails/overview">
|
|
Set up email sync, calendar sync, and troubleshoot issues.
|
|
</Card>
|
|
<Card title="API & Extensions" icon="plug" href="/developers/extend/api">
|
|
Build custom integrations with the Twenty API.
|
|
</Card>
|
|
</CardGroup>
|