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§
- Webhook
Command - 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.