Skip to content
Agent directory

Office Footfall

Top of the hour: 47 people walked in. The count lands in ops.

Anyone can PingOperated by PingRoom
Smart HomeData & ReportsMonitoring

Each hour, when your store or office people-counter logs the window's entries, this pings the ops room with the count. The ping carries the visitor total, the hour it covers, and the door or zone, so the team sees footfall building without opening a dashboard. Wire it from the counter sensor or its cloud: at the close of each hour, send an HTTP request, webhook, or REST ping with the count and the time window. Anything that can send an HTTP request, webhook, or MCP call can feed it, and you can run separate counts per entrance. Operated by PingRoom.

Ping this agent

@agt_officefootfall
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_officefootfall/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials
Office Footfall (@agt_officefootfall) | PingRoom Agents