Register.it: DNS Update

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

Description

Update DNS records on a Register.it domain.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
apiKey
Register.it API key
string (encrypted)yesDa pannello Register.it → API → "Crea chiave". Richiede attivazione del servizio API.
domain
Dominio
stringyes
esempio.it
Dominio gestito dal tuo account Register.it (senza www).
recordType
Tipo record DNS
enum
AAAAACNAMEMXTXTSRV
yesAA = IPv4 · AAAA = IPv6 · CNAME = alias dominio · MX = mail server · TXT = SPF/DKIM/DMARC/verification · SRV = service location.
name
Nome record (host)
expressionyes
www oppure @ oppure {{input.subdomain}}
@ = dominio apex (esempio.it). Altrimenti subdomain (es. www, mail). Supporta {{espressioni}} per creazione dinamica (es. da nodo upstream).
value
Valore record
expressionyes
{{input.serverIp}}
Formato dipende dal tipo: A=IPv4, AAAA=IPv6, CNAME=hostname, MX="priority host", TXT=stringa. Spesso dinamico (es. dopo provisioning server).
ttl
TTL (secondi)
numberno3600Time-to-live cache DNS. 3600 = 1 ora (default). 300 = 5 min (per cambi frequenti). 86400 = 1 giorno.

💡 Configuration example

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

🔗 Related nodes in the same category

Ready to use Register.it: DNS Update?

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

Start freeBrowse all nodes