Skip to content
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

Can't set reply_to in the V3 API #87

Closed
sinking-point opened this issue May 3, 2021 · 1 comment · Fixed by #88
Closed

Can't set reply_to in the V3 API #87

sinking-point opened this issue May 3, 2021 · 1 comment · Fixed by #88

Comments

@sinking-point
Copy link
Contributor

The V3 API has a reply_to field in the personalisations. This is missing from sendgrid::v3::Personalization, and it's impossible to set it via the headers object.

An add_reply_to method needs to be added to Personalizations. This would be analogous to add_to etc.

@sinking-point
Copy link
Contributor Author

sinking-point commented May 3, 2021

Actually, I misread the spec: the reply_to field stands alone and isn't part of personalizations. So there should be a set_reply_to method in Message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant