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?
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.