Fatture in Cloud: Lookup/Create Client

italia_fatture_in_cloud_client · action · Italy (PEC/SDI) · Available · v0.2.0

Description

Look up a client by VAT or tax code; create it if it doesn’t exist.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
apiToken
Access token OAuth2
string (encrypted)yesStesso token usato per le fatture (vedi nodo "Create Invoice").
companyId
ID Azienda
stringyes
es. 123456
vatNumber
Partita IVA
expressionno
{{input.vatNumber}} o "IT12345678901"
11 cifre con o senza prefisso IT. Tipicamente dinamico dal form/CRM — usa {{ }} per inserire valore upstream.
taxCode
Codice fiscale
expressionno
{{input.taxCode}}
16 caratteri (persona fisica) o 11 cifre (azienda = P.IVA). Dinamico.
createIfMissing
Crea se non trovato
booleannotrueSe on, crea un nuovo cliente con i dati passati in input quando non esiste. Se off, ritorna found=false.

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use Fatture in Cloud: Lookup/Create Client?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes