Published onDecember 13, 2023Announcing Standard WebhooksnewsproducttechnicalAnnouncing Standard Webhooks, a set of open source tools and guidelines for sending webhooks easily, securely, and reliably.
Published onDecember 11, 2023Send Webhooks from Supabase using Database TriggerstutorialguidesupabaseSupabase database triggers are a great way to start sending webhooks from Supabase. This article will show you how to use Svix from a database function to send a webhook every time a database event occurs.
Published onNovember 21, 2023Upload Event Types using our new Github ActionnewsproductKeep your Svix Event Types up-to-date in your CI/CD pipeline with this Github Action.
Published onNovember 14, 2023Github Webhooks Documentation ReviewReviewDocumentationWe take a look at GitHub's webhook docs to see what they do well and what they could improve.
Published onNovember 14, 2023Avoiding Bugs with Strong Static Typing Using RustTechnicalRustThis is a post about some of the ways we use the type system to our advantage.