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.