Improve documentation by adding multiple emails support (#12435)

Follow up on https://github.com/twentyhq/twenty/pull/12368

---------

Co-authored-by: Thomas des Francs <tdesfrancs@gmail.com>
This commit is contained in:
Raphaël Bosi
2025-06-03 15:07:06 +02:00
committed by GitHub
parent eb7556e333
commit a943f9cf36

View File

@ -58,6 +58,17 @@ Note that internal emails are not synced to the CRM, so your colleagues won't be
<img src="/images/user-guide/emails/auto-creation.png" style={{width:'100%'}}/>
### Multiple emails support
You can add multiple email addresses to each contact, including a primary email and additional ones.
When syncing emails and calendar events, they remain linked even if they come from additional email addresses.
Note: For now, we only support linking an email or an event to one contact.
If two contacts have the same email: one primary, and one additional, the email will be linked to the primary contact.
If two contacts have the same additional email (edge case), the email will be linked to the oldest one.
Soft deleted contacts are still linked to the email. Emails and events are rematched only when the contact is destroyed.
### Upcoming Features
Soon, you will have the capability to send emails, view attachments, and request access to email content that you're not allowed to read.