Function mailslurp::apis::tracking_controller_api::create_tracking_pixel[][src]

pub async fn create_tracking_pixel(
    configuration: &Configuration,
    params: CreateTrackingPixelParams
) -> Result<TrackingPixelDto, Error<CreateTrackingPixelError>>
Expand description

Create a tracking pixel. A tracking pixel is an image that can be embedded in an email. When the email is viewed and the image is seen MailSlurp will mark the pixel as seen. Use tracking pixels to monitor email open events. You can receive open notifications via webhook or by fetching the pixel.