Documentation
Everything you need to integrate ProofPulse into your website.
Quick Start
Get ProofPulse running on your site in under 5 minutes: 1. Sign up for a ProofPulse account 2. Create a new site in your dashboard 3. Copy the embed script 4. Paste it before the closing </body> tag on your website That's it! Your social proof notifications will start appearing automatically.
Embed Script
Replace YOUR_SITE_ID with the ID from your dashboard.
<script src="https://proofpulse.net/api/widget/YOUR_SITE_ID" async></script>Configuration
Customize your notifications from the dashboard: • Position: Bottom-left, bottom-right, top-left, or top-right • Timing: Control how long notifications display • Styling: Match your brand colors • Animation: Choose from fade, slide, or bounce effects
API Integration
Get your API key from the dashboard settings.
curl -X POST https://proofpulse.net/api/notifications \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type": "signup", "name": "John", "location": "New York"}'Need help?
Can't find what you're looking for? Reach out to us at support@proofpulse.net