opensource icon indicating copy to clipboard operation
opensource copied to clipboard

SendGrid Open Source Dashboard

Results 29 opensource issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to add multiple replyTo's to an Mail object. I see that the replyToList is not fully implemented in the PHP version but it's mentioned to use the...

I tried to send this ```js { to: '[email protected]', from: '[email protected]', templateId: 'd-571a6815c9ae46f1b9485622561ba033', subject: 'Chapter Member Count Alert', dynamicTemplateData: { chapterName: 'Rock of the Marne', minimumMembersThreshold: 15 } } ```...

I tried registering twice now and each time I get an email saying that you can't proceed with activating my account. The second time I actually received the 2fa email...

I'd like to get alerts for email bounces (for example). I have set up an incoming webhook in Slack and added the generated URL to Sendgrid. There aren't any other...

It was disappointing to find GitHub 'issues' are disabled for the actual SendGrid API projects. I have found for other commercial projects which enable them, that they tend to be...

I've set up Inbound Email Parse Webhook. In the webhook I use https://github.com/sendgrid/sendgrid-go lib. inbound.Parse method fails with a panic for some of the received HTTP requests I used example...

When sending an email to a customer, I'm using personalization as: ``` { "personalizations": [ { "to": [..], "dynamic_template_data": {..}, "custom_args": {"customer_id": "..."} } ] } ``` But when i'm...

I've made the webhook URL to parse incoming email on localhost(Laravel project), and it works (it leaves some logs in the local file) after I register this URL(used the ngrok)...

Hi Team, We are using sendgrid contact lists in one application via sendgrid APIs, we want to know if there is a way where we can get last updated time...

We have had this weird behavior where some emails are never sent, we did not have a timeout set in our SendGrid initialization, so some emails never got sent but...