PEC: Send (Aruba)

italia_pec_aruba_send · action · Italy (PEC/SDI) · Available · v0.4.0

Description

Send a PEC message via an Aruba account. Default: standard SMTP (smtps.pec.aruba.it:465) with attachment support. Legacy SOAP mode available for existing workflows.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
transport
Modalità di invio
enum
smtpsoap
nosmtpsmtp = standard SMTP via nodemailer, supporta allegati (raccomandato). soap = legacy SOAP WSSE Aruba, NIENTE ALLEGATI.
username
PEC username
stringyes
[email protected]
Email PEC completa (es. [email protected]).
password
PEC password
string (encrypted)yes
to
Destinatario PEC
expressionyes
[email protected]
Una PEC per riga, separate da virgola. Supporta {{espressioni}}.
subject
Oggetto
expressionyes
Comunicazione importante {{$today}}
body
Corpo (plain text)
expressionyesTesto del messaggio. PEC preferisce plain text per conservazione legale.
attachmentsJson
Allegati
attachmentsnoCarica file dal computer (base64) o linka via URL/path server. Solo modalità SMTP — in modalità SOAP gli allegati vengono ignorati.
smtpHost
Host SMTP (override)
stringno
smtps.pec.aruba.it
Vuoto = default smtps.pec.aruba.it. Cambia solo per setup non-standard.
smtpPort
Porta SMTP
numberno465465 = TLS implicit (default). 587 = STARTTLS upgrade. 25 = plain (sconsigliato).
smtpSecurity
Cifratura SMTP
enum
tlsstarttlsplain
notlstls = porta 465 (raccomandato Aruba). starttls = porta 587. plain = porta 25, NESSUNA cifratura (mai in produzione).
endpoint
Endpoint SOAP (modalità soap)
stringno
https://ws.pec.aruba.it/PecManagement/services/PecService
URL endpoint del web service Aruba PEC. Vuoto = default. Solo per modalità SOAP legacy.

💡 Configuration example

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

{
  "id": "node-italia_pec_aruba_send-1",
  "defId": "italia_pec_aruba_send",
  "label": "PEC: Send (Aruba)",
  "config": {
    "transport": "smtp",
    "username": "[email protected]",
    "password": "<password>",
    "to": "[email protected]",
    "subject": "Comunicazione importante {{$today}}",
    "body": "<body>",
    "smtpPort": 465,
    "smtpSecurity": "tls"
  }
}

🔒 Security notes

Per-tenant encrypted Aruba PEC credentials. SMTP/IMAP TLS 1.2+ mandatory. Compliant with CAD (Digital Administration Code).

🔗 Related nodes in the same category

Ready to use PEC: Send (Aruba)?

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

Start freeBrowse all nodes