Schnelles Beispiel
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": "Willkommen",
"html": "<h1>Hallo!</h1>"
}' Der API-Schlüssel wird im Panel → Tab Entwickler abgerufen. Separate Schlüssel für Produktions- und Testumgebung.