Function create_email_template_with_id

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

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