Skip to main content

Webhook Overview

Akhara sends webhook notifications when important events occur, enabling real-time integration with your systems.

Supported Events

Configuring Webhooks

webhook_configuration.py

Webhook Payload Format

webhook_payload.json

Verifying Webhook Signatures

Always verify webhook signatures to ensure requests are from Akhara:
verify_webhook.py

Event-Specific Handlers

event_handlers.py

Slack Integration

slack_webhook.py

Testing Webhooks

test_webhooks.py

Webhook Management

manage_webhooks.py

Best Practices