-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow templates to be added and edited via the API #4052
Comments
Hi Rory, We are hoping to implement it as a part of API improvements work we just started, but it’s non-trivial, and we decided to build it in 2nd wave of improvements. Managing templates via API will hopefully be built late this year or early next year. Your colleague Paul asked if we couldn't simply expose one method, so here is additional context: This piece of work is more than exposing one method - when we do it, we do it properly - we write the V2 endpoints (that may need some additional validation) AND unit tests, we expose both creating AND updating AND archiving templates via API, AND we implement that for API clients, too, AND we need to write documentation for it all. |
We would also like this feature, to allow us to track our message templates in source control. |
This would also be very useful for the team I work on. We'd love to be able to version control our templates in a Git repository and automate the deployment using CI/CD. This has several benefits:
Thanks for the great service, keep up the good work 👍 |
For deploying and moving between environments, it would be useful if templates could be edited or created via the REST API (or client) rather than a manual job.
The text was updated successfully, but these errors were encountered: