Embed lightweight, glassmorphic toast notification popups on any website with a single line of JS code.
Configure your social proof widget and test live notification events.
Everything you need to boost conversions across all your websites.
Integrate SocialPulse API directly into your backend webhooks or payment processors.
POST /api/v1/widgets
curl -X POST https://social.quaslabsllc.com/api/v1/widgets \
-H "Content-Type: application/json" \
-d '{"name": "My Store Widget", "domain": "example.com"}'
POST /api/v1/events
curl -X POST https://social.quaslabsllc.com/api/v1/events \
-H "Content-Type: application/json" \
-d '{
"widgetId": "wid_demo12345",
"user": "David R.",
"location": "San Francisco, CA",
"action": "purchased Growth Plan 5m ago"
}'