i18n - docs translations (#17433)

Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-01-26 07:11:01 +01:00
committed by GitHub
parent c8c821a692
commit 2353bc62cc
361 changed files with 20096 additions and 17317 deletions
@@ -116,27 +116,27 @@ Il Team
* Oggetto: Seguito alla nostra conversazione
* Corpo: Richiama i dettagli della riunione dal trigger
## Email Attachments
## Allegati email
You can attach files to emails sent from workflows. The attachment is a static file that you upload when configuring the workflow.
Puoi allegare file alle email inviate dai flussi di lavoro. L'allegato è un file statico che carichi durante la configurazione del flusso di lavoro.
### How to Add an Attachment
### Come aggiungere un allegato
1. In the **Send Email** action, click on the **Attachments** button
2. Click to upload a file from your computer
3. The file will be attached to all emails sent by this action
1. Nell'azione **Invia email**, fai clic sul pulsante **Allegati**
2. Fai clic per caricare un file dal tuo computer
3. Il file verrà allegato a tutte le email inviate da questa azione
### Casi d'Uso Comuni
| Caso d'uso | Example File |
| ------------------------ | ----------------------------- |
| **Welcome emails** | Company brochure (PDF) |
| **Onboarding sequences** | Getting started guide |
| **Sales follow-ups** | Product catalog or price list |
| **Event confirmations** | Event details or agenda |
| Caso d'uso | File di esempio |
| -------------------------- | ---------------------------------- |
| **Email di benvenuto** | Brochure aziendale (PDF) |
| **Sequenze di onboarding** | Guida per iniziare |
| **Follow-up vendite** | Catalogo prodotti o listino prezzi |
| **Conferme degli eventi** | Dettagli dell'evento o programma |
<Note>
Attachments are static—the same file is sent to all recipients. For dynamic documents (like personalized quotes), generate and attach files using a [Serverless Function](/l/it/user-guide/workflows/how-tos/connect-to-other-tools/generate-pdf-from-twenty).
Gli allegati sono statici—lo stesso file viene inviato a tutti i destinatari. Per documenti dinamici (come i preventivi personalizzati), genera e allega i file utilizzando una [Funzione serverless](/l/it/user-guide/workflows/how-tos/connect-to-other-tools/generate-pdf-from-twenty).
</Note>
## Migliori Pratiche