User Lifecycle Events via Webhooks
Webhooks: Real-Time Notifications
Webhooks enable developers to receive real-time notifications from our platform and trigger event-driven integrations. This allows for synchronising data across tools, automating workflows, and maintaining consistency between systems without the need for polling. They are essential for creating reliable, decoupled integrations and ensuring clear observability.
Enhanced Visibility for User Events
Previously, we did not provide webhook events for user creation, updates, and deletions. This left developers with limited visibility, stale states, unnecessary polling, and weaker audit metrics for changes in the user lifecycle.
New Webhook Events Available
We have now introduced three events: user.created, user.updated, and user.deleted. These events come with delivery retries and signed requests. Simply subscribe, receive the payload, and react instantly.
