📄️ Overview
Webhooks allow your application to automatically react to events in Lumin, eliminating the need for continuous API polling. Lumin pushes real-time notifications to your system when key events occur, such as a signature request being approved or a document being ready for download.
📄️ Account Webhooks
The account-level webhook notifies you of events happening across your entire Workspace. It is configured under your Workspace’s Developer Settings and secured with your Primary API key.
📄️ Test Webhooks with ngrok
Webhooks require a publicly accessible URL to receive HTTP requests, which poses a problem during local development. ngrok addresses this by creating a secure tunnel to your local server. This guide will walk you through setting up ngrok and using it to test webhooks locally.