-
Notifications
You must be signed in to change notification settings - Fork 410
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
Update documenation for retrieving a list of all templates (dynamic & legacy) #481
Comments
Specifically these locations: Thanks! |
What is the status on using templates now? Both links on usage lead to legacy templates. Which templates are we supposed to be using now? |
@childish-sambino why is this issue closed when it still hasn't been resolved? Everything is still legacy, nothing points to the new URLs, e.g. this one: Or is this to be understood as ALL templates are now marked as legacy and we should look for a different solution as it won't be supported anymore? Thanks! |
This issue is for updating the examples for retrieving all templates (default is legacy-only). This was fixed by #504 Transactional/dynamic template docs are already in the usage guide: https://github.com/sendgrid/sendgrid-java/blob/main/USE_CASES.md#transactional-templates |
@childish-sambino this sentence with a link:
Is exactly the one I reported in the message above - the link under the transactional template leads to legacy documentation and not the most recent one. |
Updated: b7de4b6 |
Issue Summary
Please update the
USAGE.md
and corresponding\example
with the call to list all templates.This is the API call required: GET https://api.sendgrid.com/v3/templates?generations=legacy,dynamic
Acceptance Criteria
/example
file demonstrates how to use this API call to retrieve all templates: GET https://api.sendgrid.com/v3/templates?generations=legacy,dynamicThe text was updated successfully, but these errors were encountered: