Function retrieve_email_template

Source
pub async fn retrieve_email_template(
    configuration: &Configuration,
    x_fusion_auth_tenant_id: Option<&str>,
) -> Result<EmailTemplateResponse, Error<RetrieveEmailTemplateError>>
Expand description

Retrieves the email template for the given Id. If you don’t specify the id, this will return all the email templates.