retrieve_email_template_preview_with_id

Function retrieve_email_template_preview_with_id 

Source
pub async fn retrieve_email_template_preview_with_id(
    configuration: &Configuration,
    preview_request: Option<PreviewRequest>,
) -> Result<PreviewResponse, Error<RetrieveEmailTemplatePreviewWithIdError>>
Expand description

Creates a preview of the email template provided in the request. This allows you to preview an email template that hasn’t been saved to the database yet. The entire email template does not need to be provided on the request. This will create the preview based on whatever is given.