8 min read
Build a Telegram Alert Bot for Shopify Orders in 30 Lines of TypeScript
A Bun serverless function on Vercel turns Shopify orders/create webhooks into Telegram pings in under 5s
The Lab · Written in the open · Tagged Webhooks
Working notes from the studio. The tools I build, the workflows I keep, the mistakes I paid for.
3 entries · latest 2026-05-16
Latest entry
Claude Webhooks shipped public beta on May 6 2026 for Managed Agents, sending HTTP POSTs when an agent decides to ping you Pattern 1 routes long-task completion to a Slack incoming webhook with HMAC signature verification Pattern 2 auto-creates Linear...
Read the entry
Latest entry · AI Tools
All entries · Webhooks
8 min read
A Bun serverless function on Vercel turns Shopify orders/create webhooks into Telegram pings in under 5s
5 min read
Build a webhook system for Shopify order automation with Next.js. HMAC verification, plan upgrades, and handling edge cases…