
5l5m0 (5l5m0) asked a question.
Hi,
I recently set up a Terraform configuration to maintain my Okta tenants.
I am facing a API validation failure I can not resolve because I do not understand what is API telling me.
Thats my resource setup
```
resource "okta_template_email" "activationMail" {
type = "email.userActivation"
translations {
language = "en"
subject = "Welcome"
template = DEFAULT_CONTENT_PROVIDED_BY_OKTA
}
}
```
I left the huge string for the content out because it is taken from the default activation mail. Even this does not pass API validation. The error message is
```
Error: failed to create email template: The API returned an error: Api validation failed: customTemplate. Causes: errorSummary: Property ''{0}'' not found
```
What's going wrong here, how to troubles

Hello,
My name is Erick and I am a tier 2 engineer.
Unfortunately, customizing email templates is currently possible only through the UI.
Regards,