Skip to main content

Module webhook

Module webhook 

Source

Functions§

create_webhook
Create a new webhook.
delete_webhook
Delete a webhook by ID.
fire_webhooks
Fire webhooks for a given event. Sends HTTP POST to each matching active webhook. Uses HMAC-SHA256 to sign the payload if the webhook has a secret. Runs asynchronously via tokio::spawn — does not block the caller.
get_webhook
Get a single webhook by ID.
list_deliveries
List recent deliveries for a webhook.
list_webhooks
List all webhooks.
update_webhook
Update an existing webhook.