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.
italia_pec_aruba_send · action · Italy (PEC/SDI) · Available · v0.4.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
transportModalità di invio | enumsmtpsoap | no | smtp | smtp = standard SMTP via nodemailer, supporta allegati (raccomandato). soap = legacy SOAP WSSE Aruba, NIENTE ALLEGATI. |
usernamePEC username | string | yes | — [email protected] | Email PEC completa (es. [email protected]). |
passwordPEC password | string (encrypted) | yes | — | — |
toDestinatario PEC | expression | yes | — [email protected] | Una PEC per riga, separate da virgola. Supporta {{espressioni}}. |
subjectOggetto | expression | yes | — Comunicazione importante {{$today}} | — |
bodyCorpo (plain text) | expression | yes | — | Testo del messaggio. PEC preferisce plain text per conservazione legale. |
attachmentsJsonAllegati | attachments | no | — | Carica file dal computer (base64) o linka via URL/path server. Solo modalità SMTP — in modalità SOAP gli allegati vengono ignorati. |
smtpHostHost SMTP (override) | string | no | — smtps.pec.aruba.it | Vuoto = default smtps.pec.aruba.it. Cambia solo per setup non-standard. |
smtpPortPorta SMTP | number | no | 465 | 465 = TLS implicit (default). 587 = STARTTLS upgrade. 25 = plain (sconsigliato). |
smtpSecurityCifratura SMTP | enumtlsstarttlsplain | no | tls | tls = porta 465 (raccomandato Aruba). starttls = porta 587. plain = porta 25, NESSUNA cifratura (mai in produzione). |
endpointEndpoint SOAP (modalità soap) | string | no | — https://ws.pec.aruba.it/PecManagement/services/PecService | URL endpoint del web service Aruba PEC. Vuoto = default. Solo per modalità SOAP legacy. |
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"
}
}Per-tenant encrypted Aruba PEC credentials. SMTP/IMAP TLS 1.2+ mandatory. Compliant with CAD (Digital Administration Code).
Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes