We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the template is specified using the method set_template_id with an ugly id, E.g. f49189763-ed30-123a-6lek-35221de331e5
set_template_id
f49189763-ed30-123a-6lek-35221de331e5
It would be great and more human-friendly to be able to use the template or version's name.
As this feature is not provided by sendgrid-ruby gem, it probably requires to query the template ids by name using bare Sendgrid API
This feature was once developed, but later removed in this commit
So the issue might be solved using a similar approach, though the get id from name logic seems misplaced in the Deliverer class.
get id from name
Deliverer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the template is specified using the method
set_template_id
with an ugly id, E.g.f49189763-ed30-123a-6lek-35221de331e5
It would be great and more human-friendly to be able to use the template or version's name.
As this feature is not provided by sendgrid-ruby gem, it probably requires to query the template ids by name using bare Sendgrid API
This feature was once developed, but later removed in this commit
So the issue might be solved using a similar approach, though the
get id from name
logic seems misplaced in theDeliverer
class.The text was updated successfully, but these errors were encountered: