Description
Update DNS records on a Register.it domain.
italia_register_it_domain · action · Italy (PEC/SDI) · Available · v0.1.0
Update DNS records on a Register.it domain.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
apiKeyRegister.it API key | string (encrypted) | yes | — | Da pannello Register.it → API → "Crea chiave". Richiede attivazione del servizio API. |
domainDominio | string | yes | — esempio.it | Dominio gestito dal tuo account Register.it (senza www). |
recordTypeTipo record DNS | enumAAAAACNAMEMXTXTSRV | yes | A | A = IPv4 · AAAA = IPv6 · CNAME = alias dominio · MX = mail server · TXT = SPF/DKIM/DMARC/verification · SRV = service location. |
nameNome record (host) | expression | yes | — www oppure @ oppure {{input.subdomain}} | @ = dominio apex (esempio.it). Altrimenti subdomain (es. www, mail). Supporta {{espressioni}} per creazione dinamica (es. da nodo upstream). |
valueValore record | expression | yes | — {{input.serverIp}} | Formato dipende dal tipo: A=IPv4, AAAA=IPv6, CNAME=hostname, MX="priority host", TXT=stringa. Spesso dinamico (es. dopo provisioning server). |
ttlTTL (secondi) | number | no | 3600 | Time-to-live cache DNS. 3600 = 1 ora (default). 300 = 5 min (per cambi frequenti). 86400 = 1 giorno. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-italia_register_it_domain-1",
"defId": "italia_register_it_domain",
"label": "Register.it: DNS Update",
"config": {
"apiKey": "<apiKey>",
"domain": "esempio.it",
"recordType": "A",
"name": "www oppure @ oppure {{input.subdomain}}",
"value": "{{input.serverIp}}",
"ttl": 3600
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes