sendgrid / sendgrid-java

The Official Twilio SendGrid Led, Community Driven Java API Library
https://sendgrid.com
MIT License
485 stars 409 forks source link

Helpers do not have all properties #700

Open lopenchi opened 3 years ago

lopenchi commented 3 years ago

Issue Summary

Checking the request body for mail/send (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library are old and do not contain all info needed.

Errors found:

JenniferMah commented 3 years ago

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

arkitex commented 3 years ago

@JenniferMah hi folks - added a PR to address the first point: https://github.com/sendgrid/sendgrid-java/pull/707