Expand description
Handles sending processed email data to a configured webhook URL via HTTPS POST.
This module defines the data structure for the webhook payload (EmailPayload)
and provides a WebhookClient responsible for making the asynchronous HTTP request.
It uses hyper and hyper-rustls for the underlying HTTP/S communication.
Structsยง
- Email
Payload - Represents the data payload sent to the webhook URL.
- Webhook
Client - A client responsible for sending
EmailPayloaddata to a configured webhook URL.