sendgrid-java icon indicating copy to clipboard operation
sendgrid-java copied to clipboard

The Official Twilio SendGrid Led, Community Driven Java API Library

Results 36 sendgrid-java issues
Sort by recently updated
recently updated
newest added

This is a reopen request for #440 and #566, which have not been fixed. Specifically, since you provide classes in the `com.sendgrid` namespace from multiple jars, it is not possible...

type: twilio enhancement

### 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...

type: community enhancement
status: help wanted

### Issue Summary I'm using Sendgrid v3 and see no way to to add multiple ReplyTo Emails. There is also an issue open for C# library which indicates that this...

type: community enhancement
status: help wanted

A consumer and parser for the [SendGrid Inbound Parse Webhook](https://sendgrid.com/docs/API_Reference/Webhooks/inbound_email.html). ### Acceptance Criteria: - Implement all the functions [here](https://github.com/sendgrid/sendgrid-python/blob/master/sendgrid/helpers/inbound/parse.py). ### Reference: - https://github.com/sendgrid/sendgrid-python/blob/master/sendgrid/helpers/inbound/parse.py - https://sendgrid.com/docs/Classroom/Basics/Inbound_Parse_Webhook/setting_up_the_inbound_parse_webhook.html - https://sendgrid.com/docs/API_Reference/Webhooks/parse.html

type: community enhancement
status: help wanted

### Issue Summary On run time I always get classNotFoundException basically on every class from com.sendgrid package. Has anyone else run into this that could shed some light as to...

type: bug
status: help wanted

### Issue Summary I'm trying to use this library to send emails on behalf of many subusers - in the hundreds, if not thousands. It appears that the primary pattern...

type: community enhancement
status: help wanted

Hello SendGrid! **Issue Summary:** After upgrading to the newest version of `sendgrid-java-4.10.2`, I've started seeing these errors in my logs. My code fails when I try to execute `mail.build()`. Could...

# Fixes # Fixes #749 by moving the Bouncy Castle dependency to the `test` scope ### Checklist - [x] I acknowledge that all my contributions will be made under the...

# Fixes # The example code in the "Create a Segment" section contains a typo. The `and_or` property contains a stray right parenthesis that should be removed. ### Checklist -...

someday we observed that the sendgrid api was taking more than 20s to complete the request, this effected our notification system very slow. it would be better if we provide...