sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.54k stars 714 forks source link

feat: Add reply_to_list functionality #1062

Closed thepuzzlemaster closed 1 year ago

thepuzzlemaster commented 1 year ago

reply_to_list exists in the sendgrid API v3, but it has never been implemented for the python api.

I added tests and a use case, but I didn't see any other docs. But this property already exists in the official docs.

Also, I never code in python, so I may have made some mistakes here. Just kind of based this off of the existing code and some googling.

Checklist

If you have questions, please file a support ticket.

thepuzzlemaster commented 1 year ago

Does anyone at Sendgrid maintain this repo? @childish-sambino or @eshanholtz? I see you both have approved/merged the most recent PR's. I don't see any information in the .md files about requesting reviewers, so not sure if I missed a step perhaps.