Files
twenty/packages/twenty-docs/l/it/developers/contribute/capabilities/backend-development/zapier.mdx
T
github-actions[bot] 68f4cf269d i18n - docs translations (#22281)
Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22281?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-06-29 07:22:03 +02:00

86 lines
1.6 KiB
Plaintext

---
title: App di Zapier
---
Sincronizza facilmente Twenty con oltre 3000 app utilizzando [Zapier](https://zapier.com/). Automatizza le attività, aumenta la produttività e potenzia le relazioni con i clienti!
## Informazioni su Zapier
Zapier è uno strumento che ti permette di automatizzare i flussi di lavoro collegando le app che il tuo team usa quotidianamente. Il concetto fondamentale di Zapier sono i flussi di lavoro automatici, chiamati Zaps, che includono trigger e azioni.
Puoi saperne di più su come funziona Zapier [qui](https://zapier.com/how-it-works).
## Impostazione
### Passo 1: Installa i pacchetti di Zapier
```bash
cd packages/twenty-zapier
yarn
```
### Passaggio 2: Accedi con la CLI
Usa le tue credenziali Zapier per accedere usando il CLI:
```bash
zapier login
```
### Passaggio 3: Configura le variabili d'ambiente
Dalla cartella `packages/twenty-zapier`, esegui:
```bash
cp .env.example .env
```
Esegui l'applicazione localmente, vai su [http://localhost:3000/settings/api-webhooks](http://localhost:3000/settings/api-webhooks) e genera una chiave API.
Sostituisci il valore **YOUR_API_KEY** nel file `.env` con la chiave API appena generata.
## Sviluppo
<Warning>
Assicurati di eseguire `yarn build` prima di qualsiasi comando `zapier`.
</Warning>
### Test
```bash
yarn test
```
### Lint
```bash
yarn format
```
### Osserva e compila mentre modifichi il codice
```bash
yarn watch
```
### Convalida la tua app Zapier
```bash
yarn validate
```
### Distribuisci la tua app Zapier
```bash
yarn deploy
```
### Elenca tutti i comandi del CLI di Zapier
```bash
zapier
```