Docs
Developer documentation
REST API, webhooks, Python and Node SDKs, and integration recipes.
Quick start
curl -X POST https://api.loopnow.in/v1/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"from": "you@yourdomain.com",
"subject": "Hello from LoopNow",
"html": "<h1>Hi!</h1>"
}'