Writing about webhooks
2 posts tagged webhooks — gopigeon notes on webhooks for engineers shipping with AI coding agents.
Send HTML form submissions to Slack — no backend required
Wire an HTML contact form to a Slack channel in five lines and zero server code. Same pattern works for Discord and webhooks. No Zapier, no Lambda, no signup.
Give your AI agent a task queue, not a webhook
A task queue for AI agents — one anonymous curl creates a durable inbox. Idempotency keys, cursor-based pull, DLQ replay, and a 60-second drain on upgrade. No signup, no IAM role.