Module webhook

Module webhook 

Source
Expand description

Webhook CLI command.

Provides commands for managing webhook notifications:

  • List configured webhooks
  • Test webhook delivery
  • View delivery history
  • Export/delete audit logs (GDPR compliance)

Structs§

WebhookCommand
Webhook command handler.

Functions§

cmd_webhook_delete_logs
Deletes webhook audit logs for a domain (GDPR Right to Erasure).
cmd_webhook_export
Exports webhook audit logs for a domain (GDPR compliance).
cmd_webhook_history
Shows delivery history for a webhook.
cmd_webhook_list
Lists all configured webhooks.
cmd_webhook_stats
Shows webhook statistics.
cmd_webhook_test
Tests a webhook by sending a test event.
truncate 🔒
Truncates a string to a maximum length.