Welcome to Notvis Connect
Notvis Connect provides a unified API to reach your users across multiple channels — email, SMS, and push notifications. Build reliable, scalable communication into your application with just a few API calls.Send Email
Send transactional emails with HTML or plain text content.
Send SMS
Send SMS messages to Indian phone numbers with DLT compliance.
Push Notifications
Register devices and send push notifications via APNs, FCM, or Web Push.
Authentication
Learn how to authenticate your API requests.
Base URL
All API requests should be made to:Quick Start
1
Get your API key
Sign up at notvis.com and create an API key from the dashboard.
2
Send your first email
Make a POST request to
/v1/emails/send with your API key and email details.3
Check the response
A successful request returns a
message_id you can use to track the email.