Social Proof API

Display purchase or event signup toasts on your website.

Event Signup Notifications

Send a webhook to increment the signup count for an event:

https://your-val.web.val.run/webhook/events/myAwesomeEvent
I'm sending a webhook with a CRM automation - the endpoint ignores the contents and only increments the signup count.

Show a notification for your event:

<script src="https://your-val.web.val.run/script.js" data-event-name="myAwesomeEvent" data-event-display-name="My Awesome Event"></script>

Purchase Notifications

Send a webhook to increment the purchase count for a product:

https://your-val.web.val.run/webhook/purchase

Show a notification for recent purchases:

<script src="https://your-val.web.val.run/script.js" data-product-ids="product1,product2"></script>

Event Data For this Val

Loading events...

Purchase Data For this Val

Not showing for this demo - remove code comments to show on your own remix!