HubSpot
Live revenue board from your deal pipeline
When a deal changes stage or closes, a HubSpot workflow webhook pushes the update to BoardQ. Reps see exactly where they stand without ever opening the CRM.
We use cookies (and other similar technologies) for many purposes, including to improve your experience on our site and for ads and analytics.
BoardQ's REST API turns anything that can send a JSON POST - your CRM, your game server, your gym booking system, your AI agent - into a live, public scoreboard. Authenticate with a bearer token, push a score, and every screen connected to the board updates in real time.

Spreadsheets fall behind. Manual entry is forgotten. Webhooks fire reliably. If your tool already knows when a score changed - deal closed, lap finished, WOD logged, event booked - let it tell the leaderboard directly.
Your CRM, your game engine, your booking system already holds the data. Pipe it straight in - no manual sync, no stale numbers, no human in the loop.
One API call updates the office TV, the team Slack embed, the OBS overlay and every spectator's phone simultaneously. WebSocket-powered.
Any LLM workflow, GPT function call, or Claude tool use can POST scores. Use the board as the visual output layer for AI-judged competitions or agent-driven rankings.
Point a webhook, Zapier zap, or sheet at your board - or call the REST API directly. Setup takes minutes, not sprints.
Tell BoardQ which field is the participant and which is the score. The same simple JSON shape from every source.
The board re-sorts and animates in real time on TVs, embeds and phones the instant a score changes.
Four first-class connections that keep your leaderboard in sync with the CRM, help desk or spreadsheet your team already lives in.
Live revenue board from your deal pipeline
When a deal changes stage or closes, a HubSpot workflow webhook pushes the update to BoardQ. Reps see exactly where they stand without ever opening the CRM.
Closed-won deals on the board in real time
Fire a webhook on Opportunity Closed Won and the leaderboard updates instantly. Revenue on the floor TV always matches Salesforce โ no export, no stale numbers.
Rank agents by tickets solved
Push ticket resolutions to BoardQ as they happen and put the standings up where the support team can see them. Friendly competition that lifts response times.
Your sheet, mirrored to a live board
Keep scores in a spreadsheet and the board mirrors it live. Map any columns to name and score โ no formulas, no CSV exports. The sheet stays your source of truth.
Whether the data comes from your CRM, your help desk, or a spreadsheet, it lands on the same screen - readable from across the room and always current.

The API takes a board ID, a participant name, and a score. Send a JSON POST from anywhere - your backend, your Zapier workflow, your AI agent, your CRM's native webhook. No SDK to install. No client library to version-pin. Just HTTP.


LLM judges scoring outputs. Agents tracking content performance. GPT or Claude function calls grading support tickets, evaluating model runs, ranking submissions. The API is a standard HTTP endpoint - any AI workflow that can call a tool can write to a BoardQ board.
Already pay for Zapier or Make? Pipe BoardQ into your existing automations in two clicks. Already have your own tool? Drop the BoardQ URL into your webhook field. The JSON shape is the same either way.

Some integrations are one Zapier hop. Some are a native webhook. Some are a direct curl from your backend. None require us - or you - to build anything custom.
Function calls and tool use can POST directly. Publish evaluation runs, agent decisions, LLM judging output to a live board.
Fire a webhook on Opportunity Closed Won. Live revenue leaderboard on the sales floor TV without RevOps lifting a finger.
Workflow webhook on deal-stage change pushes the score. Sales team sees the leaderboard refresh between calls.
Webhooks module connects BoardQ to 6,000+ apps without writing code. Common starter for non-engineers.
Bots (discord.js, discord.py, Slack apps) POST scores on chat events. Embed the board back into channels.
Drop an HTTP request on game end. Ship a global high score table without standing up a backend.
Add the leaderboard URL as a browser source. Live overlay that updates with chat or stream events.
Pipe gym member scores via Zapier or direct webhook. Live class-vs-class boards on the gym TV.
The fewer endpoints, the fewer surprises. Push a score with a single POST. Read a board with a single GET. Embed with an iframe. That's most of what most users ever need. Full reference in the docs for edge cases - auth scopes, rate limits, error shapes.
# That's it. That's the whole integration.
curl -X POST https://api.boardq.io/v1/scores \
-H "Authorization: Bearer $BOARDQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"board_id": "leaderboard",
"participant": "Luna",
"score": 322
}'
# Response: 200 OK - board refreshed on every screen.Generate API keys in your dashboard. Rotate when you need to. No OAuth dance required.
Standard REST shapes. Same payload from your backend, your Zap, or your AI agent.
Score writes propagate live to every connected viewer. No polling, no refresh.
Drop a board into your website, intranet, OBS, Slack, Notion or Confluence with one snippet.
OpenAI functions, Claude tools, agentic workflows - any JSON-emitting workflow plugs in.
Compatible with every common automation tool. No-code pipelines welcomed.
Bulk-import historical data or push many results at once with the /batch endpoint.
Optionally expose your board's data for syndication, analytics, or third-party dashboards.
โWired BoardQ to our HubSpot Closed-Won webhook in about ten minutes. The sales floor now has a live revenue leaderboard that's never out of date - and RevOps never has to think about it again.โ
No. Salesforce and HubSpot fire native workflow webhooks, Google Sheets syncs by mapping columns, Zendesk pushes on ticket events, and Zapier connects thousands of apps with no code. Developers can use the REST API directly.
Standard REST. Bearer-token auth, JSON payloads, HTTP status codes. POST a score, the WebSocket pushes the update to every viewer. No SDK to install - any language that can make an HTTP request works.
Anything that can send an HTTP POST. Salesforce, HubSpot, Pipedrive, Mindbody, Discord bots, OBS, Zapier, Make, Eventbrite, Typeform, custom game engines, AI agents, your own backend.
Yes. API access is included on the free plan with reasonable rate limits. Premium ($8.99/month) raises limits and unlocks unlimited boards for production use.
Yes. The API is a standard REST endpoint, so any LLM workflow, GPT function call, or Claude tool use can submit scores. Useful for AI-judged competitions, eval harnesses, or agentic ranking pipelines.
Yes. Use the โWebhooks by Zapierโ module to POST to the BoardQ endpoint. Or use Make / n8n - same idea, same JSON shape.
Every board has a public URL you drop into an iframe. Works on websites, Notion, Slack, OBS as a browser source, intranets - anywhere iframes render.
Free API access on the starter plan. Grab a key, read the docs, ship before lunch.
No setup fee ยท No contract ยท Cancel anytime