Grosend Documentation
Everything you need to integrate, send, and track transactional emails.
Install the SDK
Send your first email
curl -X POST https://api.grosend.com/api/v1/emails \
-H "Authorization: Bearer sv_live_..." \
-H "Content-Type: application/json" \
-d '{
"from": "hello@yourdomain.com",
"to": ["recipient@example.com"],
"subject": "Welcome to Grosend",
"html": "<h1>Hello!</h1><p>Your email platform is ready.</p>"
}'
You get 4,000 free emails on signup. Each email costs 1 credit from your balance.