Description
Look up a client by VAT or tax code; create it if it doesn’t exist.
italia_fatture_in_cloud_client · action · Italy (PEC/SDI) · Available · v0.2.0
Look up a client by VAT or tax code; create it if it doesn’t exist.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
apiTokenAccess token OAuth2 | string (encrypted) | yes | — | Stesso token usato per le fatture (vedi nodo "Create Invoice"). |
companyIdID Azienda | string | yes | — es. 123456 | — |
vatNumberPartita IVA | expression | no | — {{input.vatNumber}} o "IT12345678901" | 11 cifre con o senza prefisso IT. Tipicamente dinamico dal form/CRM — usa {{ }} per inserire valore upstream. |
taxCodeCodice fiscale | expression | no | — {{input.taxCode}} | 16 caratteri (persona fisica) o 11 cifre (azienda = P.IVA). Dinamico. |
createIfMissingCrea se non trovato | boolean | no | true | Se on, crea un nuovo cliente con i dati passati in input quando non esiste. Se off, ritorna found=false. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-italia_fatture_in_cloud_client-1",
"defId": "italia_fatture_in_cloud_client",
"label": "Fatture in Cloud: Lookup/Create Client",
"config": {
"apiToken": "<apiToken>",
"companyId": "es. 123456",
"createIfMissing": true
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes