Advanced Usage

Custom Webhook Handlers

You can provide your own webhook handler to process the webhook data.

To do this, you can subclass the BaseWebhookHandler class and implement the handle_webhook method.