Zucchetti: Payroll Trigger

italia_zucchetti_payroll · action · Italy (PEC/SDI) · Available · v0.1.0

Description

Start a payroll processing job on Zucchetti HR Go.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
baseUrl
Base URL HR Go
stringyes
https://hrgo.azienda.it/api
URL dell'istanza HR Go della tua azienda (endpoint negoziato col contratto Zucchetti).
apiToken
API token
string (encrypted)yesToken API fornito da Zucchetti. Richiesto in fase di onboarding.
companyCode
Codice azienda
stringyes
es. AZ001
Codice identificativo dell'azienda nel sistema Zucchetti (multi-tenant).
period
Periodo elaborazione
expressionyes
{{$today.slice(0,7)}}
Mese di cedolino in formato YYYY-MM. Es. "2026-05". Dinamico via espressione: {{$today.slice(0,7)}} = mese corrente, oppure {{input.period}} dal nodo precedente.
dryRun
Solo simulazione (no commit)
booleannotrueOn = simula l'elaborazione senza salvare. SEMPRE on al primo test.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-italia_zucchetti_payroll-1",
  "defId": "italia_zucchetti_payroll",
  "label": "Zucchetti: Payroll Trigger",
  "config": {
    "baseUrl": "https://hrgo.azienda.it/api",
    "apiToken": "<apiToken>",
    "companyCode": "es. AZ001",
    "period": "{{$today.slice(0,7)}}",
    "dryRun": true
  }
}

🔗 Related nodes in the same category

Ready to use Zucchetti: Payroll Trigger?

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

Start freeBrowse all nodes