Esempio rapido
curl https://api.sendnomi.com/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "[email protected]",
"to": "[email protected]",
"subject": "Welcome",
"html": "<h1>Hello!</h1>"
}' La chiave API si ottiene dal pannello → scheda Sviluppatore. Per gli ambienti di produzione e di test consigliamo chiavi separate con scope dedicati.