MailSlurpAPI.Api.TrackingController.create_tracking_pixel
You're seeing just the function
create_tracking_pixel
, go back to MailSlurpAPI.Api.TrackingController module for more information.
Link to this function
create_tracking_pixel(connection, create_tracking_pixel_options, opts \\ [])
Specs
create_tracking_pixel( Tesla.Env.client(), MailSlurpAPI.Model.CreateTrackingPixelOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.TrackingPixelDto.t()} | {:error, Tesla.Env.t()}
Create tracking pixel 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.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- create_tracking_pixel_options (CreateTrackingPixelOptions): createTrackingPixelOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure