How to access email templates

How do I programmatically access/modify notification email templates? I read in the docs that it was possible to fetch notification templates via the API but despite trying everything I can think of, I can’t seem to make it happen. Any ideas where I may be going wrong or is this task just not possible via the API?

Thanks,

Curtis

Curious where you read this. As far as I’m aware it isn’t possible

I was browsing a bunch of related sites and I was collecting data. I pulled this from one of them but I did not track where it was at:

read_email_templates / write_email_templates aren’t exposed as separate scopes anymore.
Use read_content and write_content to gain access to the same notification‑template endpoints. Reinstall after updating scopes, and your app will be able to fetch and update email templates programmatically.

Thus far I have had no luck using read_content or write_content.

I believe Shopify API doesn’t support it.

Related thread:

Yep, you are correct. I was apparently looking at old documentation. There is not a way to access email templates. Thanks for your response.