Home / Companies / Svix / Blog / December 2023

December 2023 Summaries

2 posts from Svix

Filter
Month: Year:
Post Summaries Back to Blog
Standard Webhooks is an initiative to standardize webhooks across the industry, aiming to make them better for producers, consumers, and the ecosystem as a whole. The standard aims to follow industry best practices while allowing for flexibility and conformity without forcing breaking changes. With its release, Standard Webhooks has already made an impact, being adopted by various tools and receiving feedback from the community. The initiative's goal is to enable interoperability among webhook implementations, reducing redundant code, security issues, and promoting innovation in the ecosystem.
Dec 13, 2023 895 words in the original blog post.
Supabase Database Triggers can be used to send webhooks from Supabase without the need to set up a new service or write complex code. Svix, an enterprise-ready webhook service, provides a robust alternative for sending webhooks with features such as signatures, retries, logging and monitoring. To use Svix with Supabase, create a Svix account, save the API key in Supabase Vault, create a Svix application, and declare a function to send a message to Svix using the Supabase trigger mechanism. This implementation guarantees compatibility with the Standard Webhooks specification and allows for sending webhooks every time a database event occurs.
Dec 11, 2023 724 words in the original blog post.