Module webhook_test

Module webhook_test 

Source
Expand description

Webhook testing utilities and endpoints

This module provides endpoints for testing webhook notifications and utilities for validating webhook payloads.

Structs§

ReceivedWebhook
Received webhook entry
TestWebhookRequest
Request to test a webhook
TestWebhookResponse
Response for webhook test
WebhookTestState
State for webhook testing

Functions§

clear_received_webhooks
Clear received webhooks (for testing)
get_received_webhooks
Get received webhooks (for testing)
receive_webhook
Receive a webhook (for testing webhook delivery)
test_webhook
Test a webhook by sending a request
webhook_test_router
Create webhook test router