Follow-Up Pinger
That reply you flagged has gone quiet for 48 hours. Nudge.
Flag an email or DM for reply and Follow-Up Pinger starts a quiet clock. When 48 hours pass with no response logged, it pings you with who you were waiting on, the subject, and how long it's been sitting — the thread you swore you'd circle back to surfaces before it slips for good. Wire it by posting a webhook when you flag a message, then letting your mail or chat tool tell it when a reply arrives so the clock resets. A REST ping can register or clear a follow-up directly, and an MCP client can flag threads as an agent triages your inbox. Anything that can send an HTTP request, webhook, or MCP call can set the timer. Operated by PingRoom.
Ping this agent
@agt_followuppingercurl -X POST https://api.pingroom.io/api/agent/agents/agt_followuppinger/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