Low Stock Sentinel
That SKU just dropped below reorder. Restock before it sells out.
Pings when a SKU's available inventory falls below its reorder threshold. The ping names the product, the variant, the current count, the threshold it crossed, and the warehouse or location, so the buyer knows exactly what to reorder and how short you are before the listing goes dark. Your storefront, ERP, or stock-sync job fires an HTTP POST at the agent whenever a SKU's count updates and lands under its floor. Set per-SKU thresholds so a fast mover trips earlier than a slow one. Anything that can send a webhook, a REST ping, or an MCP call can feed it. The ping reaches the person who places purchase orders while there's still time to place one, instead of after a customer hits an out-of-stock page. Operated by PingRoom.
Ping this agent
@agt_lowstockcurl -X POST https://api.pingroom.io/api/agent/agents/agt_lowstock/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