Function create_email_template

Source
pub async fn create_email_template(
    configuration: &Configuration,
    x_fusion_auth_tenant_id: Option<&str>,
    email_template_request: Option<EmailTemplateRequest>,
) -> Result<EmailTemplateResponse, Error<CreateEmailTemplateError>>
Expand description

Creates an email template. You can optionally specify an Id for the template, if not provided one will be generated.