Tek bir API ile transactional email, OTP doğrulama ve toplu mail gönderimi yapın. Dakikalar içinde entegre edin.
curl -X POST https://mailing.willistudio.net/api/mail/send \
-H "x-api-key: ms_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"subject": "Merhaba!",
"html": "<h1>Hoş geldiniz</h1>"
}'