Description
Start a payroll processing job on Zucchetti HR Go.
italia_zucchetti_payroll · action · Italy (PEC/SDI) · Available · v0.1.0
Start a payroll processing job on Zucchetti HR Go.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
baseUrlBase URL HR Go | string | yes | — https://hrgo.azienda.it/api | URL dell'istanza HR Go della tua azienda (endpoint negoziato col contratto Zucchetti). |
apiTokenAPI token | string (encrypted) | yes | — | Token API fornito da Zucchetti. Richiesto in fase di onboarding. |
companyCodeCodice azienda | string | yes | — es. AZ001 | Codice identificativo dell'azienda nel sistema Zucchetti (multi-tenant). |
periodPeriodo elaborazione | expression | yes | — {{$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. |
dryRunSolo simulazione (no commit) | boolean | no | true | On = simula l'elaborazione senza salvare. SEMPRE on al primo test. |
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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes