Hızlı örnek
curl https://api.sendnomi.com.tr/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "[email protected]",
"to": "[email protected]",
"subject": "Hoş geldiniz",
"html": "<h1>Merhaba!</h1>"
}' API key panel → Geliştirici sekmesinden alınır. Production ve test ortamı için ayrı, scope'lu key önerilir.