Topic
Developers
3 guides on developers.
Jun 28, 2026 · 9 min read
Embed live polls in your product with the PollsLive API
Create polls, drive live sessions, read results, and receive webhooks from your own code - a developer's guide to embedding interactive polling inside your SaaS or community app.
Jun 19, 2026 · 10 min read
Piping live poll results into our internal dashboard with webhooks
A developer's guide to consuming PollsLive webhooks: verify the HMAC signature, react to vote.created and session events in real time, and fall back to polling the results endpoint.
Jun 18, 2026 · 10 min read
How we put our weekly retro on autopilot with the PollsLive API
A developer's walkthrough: create a retro poll, open a live session, then pull results and a CSV - all from a small Node script on a cron. Real /api/v1 endpoints, real payloads.