Send a transactional email. Call it from your backend, get a JSON response.
curl -X POST https://www.turasend.com/api/v1/send/email \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"subject": "Welcome!",
"body": "Thanks for signing up.",
"from": "hello@yourapp.com"
}'Uses the same TuraLogin API key across all Tura services.
Transactional emails, newsletters, and alerts through one API. No third-party dashboard required.
Paste this into Cursor, Claude, or ChatGPT to set up a TuraSend integration.
Full API reference and integration guides.
curl https://www.turasend.com/SKILL.mdOne account, one key. TuraSend connects with every Tura Cloud service.
Templates wire these together automatically. No code needed.
API-first building blocks for custom integrations.