
vz2d2 (vz2d2) asked a question.
Managing Custom Email Templates via the SDK
Hi,
Are there plans to include management of customer email templates via the SDK (as per SMS template)?
The SDK does mention 'Currently, only SMS custom templates are available via the API')
Thanks

Hi Scott,
We are planning to add public APIs for custom email template management, but at this time we cannot provide you with an ETA on their availability.
That being said, by adding your vote to the feature request here would show your interest in the feature and, provided there are enough votes, may help speed up the process:
https://ideas.okta.com/app/#/case/106979
@yxsr9 (yxsr9) , the documentation still says you can't do it... https://developer.okta.com/docs/reference/api/templates/ but this is a lie.
The Okta terraform provider has been doing it for over a year. https://github.com/oktadeveloper/terraform-provider-okta/blob/master/sdk/templates.go
The emails endpoint is also missing from the provided postman collection
check it out:
curl -X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: SSWS $OKTA_API_TOKEN" \
"https://YOUR-ORG_NAME_HERE.oktapreview.com/api/v1/templates/emails" | jq .