Through the Registered Mail Online service you can send any type of document (letter, invoice, etc.) in just a few seconds and with a tracking and delivery notification system. Everything via API.
You can choose one or more recipients (up to 200), either private individuals, companies or post office boxes, all in a single delivery.
{
"mittente": {},
"destinatari": [
{
"nome": "string",
"cognome": "string",
"comune": "string",
"cap": "string",
"provincia": "string",
"nazione": "string",
"email": "user@example.com",
"dug": "string",
"indirizzo": "string",
"civico": "string",
"co": "string"
},
{
"nome": "string",
"cognome": "string",
"comune": "string",
"cap": "string",
"provincia": "string",
"nazione": "string",
"email": "user@example.com",
"casella_postale": "string",
"ufficio_postale": "string"
},
{
"ragione_sociale": "string",
"comune": "string",
"cap": "string",
"provincia": "string",
"nazione": "string",
"email": "user@example.com",
"dug": "string",
"indirizzo": "string",
"civico": "string",
"co": "string"
},
{
"ragione_sociale": "string",
"comune": "string",
"cap": "string",
"provincia": "string",
"nazione": "string",
"email": "user@example.com",
"casella_postale": "string",
"ufficio_postale": "string"
}
],
"documento": [
"http://www.google.com",
"Testo",
""
],
"opzioni": {
"fronteretro": false,
"colori": false,
"autoconfirm": false,
"timestamp_invio": 0
}
}