Questions tagged [sendgrid-api-v2]
30 questions
9
votes
2 answers
Sendgrid Inbound Parse Webhook Emails are not received on Sendgrid
I am using the SendGrid for receiving the emails from my domain (example.com). I have configured all the steps from the mentioned link Sendgrid Inbound Parse Webhook.
I have added all the name records(MX records and CNAMES) in the GoDaddy DNS…

niks290192
- 694
- 1
- 9
- 23
4
votes
1 answer
View stats for sendgrid dynamic templates
I am using sendgrid to send transactional emails (dynamic templates) but can't figure out how to view the stats of emails opened, delivered etc. Is there a way GUI or API that I can use to view stats on my transactional emails?

Jeremy Cal
- 413
- 3
- 16
3
votes
1 answer
Reply to sender via email with SendGrid
I have a use-case where user A can send user B a message from our website, which I am using SendGrid to send the message in an email. Then user B can reply to the email with their message and I would like that message to be received at user A’s…

marcusturewicz
- 2,394
- 2
- 23
- 38
2
votes
1 answer
Sendgrid complex data into dynamic template data in java
I am using the latest version of send grid,
my mustache template is working fine on local.
I have created a dynamic template on send grid,
now I need to send a complex object as input data in the template.
for example

shrikant.sharma
- 203
- 1
- 17
- 37
2
votes
2 answers
Sendgrid Inbound Parse webhook and Java MimeMessage Compatibility
I am trying to parse raw mime message which sengrid post to a URL by inbound parse web hook settings. Previously i was listening for incoming mails from Mailserver through Imap and from java MimeMessage i was able to convert it to the String and…

Deepak
- 37
- 6
2
votes
1 answer
Sending an email with SendGrid API from ASP.Net Framework 3.5
I'm trying to send an email using SendGrid API with an API Key I already have.
The problem is: I have to do this from an old .net application, whose asp.net framework version is 3.5 (and changing framework version is not an option)
I'm failing…

zed
- 2,298
- 4
- 27
- 44
2
votes
1 answer
How can I search for past sent emails with Sendgrid?
As Sendgrid's documentation makes clear, their web GUI activity page is only searchable for the past 7 days.
How do I search for activity from farther in the past?
Web API documentation is here, but I can't find anything about just plain searching…

Ben Wheeler
- 6,788
- 2
- 45
- 55
1
vote
0 answers
Unable to get resonse from import contacts sendgrid API using python
Below is the call I am trying to make -
I used field mapping in below data -
data = {
"file_type": "csv",
"field_mappings":…

user20597283
- 11
- 2
1
vote
1 answer
SendGrid template creation in python
I want to create a version of a dynamic template using SendGrid's Python API. I was able to create the template using the Python API, but I want to add a version to the same template.
Can someone refer any examples ?
Thanks

Lucifer
- 11
- 3
1
vote
1 answer
how to get sendgrid user id after saving contact by using their API
I am using SendGrid API to save contacts and it returns only "job_id" that's operation is successful but I need a user_id after saving the contact to save in our local DB.
There is another API to search the contact by their email but the main…

Wajid Hussain
- 81
- 6
1
vote
0 answers
Send grid c# V3 api : Not able to send mail from MVC c# web application : Response: Bad request : using "SendEmailAsync" using "RestClient"
Issue Summary
Response: Bad request
Not able to send mail from MVC c# web application :
getting following error
Response: Bad request : using "SendEmailAsync" Response: Id = 8, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet…

Kaustubh Bagwe
- 11
- 2
1
vote
1 answer
ResponseError: Forbidden
When I am trying to run node src/emails/account.js, this issues is showing me in my terminal, besides this i had also verified single sender request:
ResponseError: Forbidden
at Request._callback…

bombom
- 107
- 2
- 12
1
vote
0 answers
400 Error Bad Request Dynamic Templates with Substitutions not working in Sendgrid for Python
Issue
I am trying to send multiple emails using a Dynamic Template, with each email having their own unique substitutions using the Mail Helper class. If I don't include the substitutions then the code works perfectly and mails are delivered, but as…

Abhishek Kaushik
- 67
- 2
- 11
1
vote
1 answer
Configure Alert Mail (SendGrid) in Azure using Webhook
I have an Alert configured to my app service. Consider I have server down check alert.
Whenever the alert gets triggered , I want the mail to be delivered to our mailbox with sufficient details. To achieve this, Iam directly calling the sendgrid api…
user8884899
0
votes
1 answer
From Name - This is a user-friendly name that is displayed to your recipient when they receive their email
Is there any restriction in SendGrid to use numbers in the "user friendly name" in the From field for easy identification?
For example: Would like to use "123456" pravar@pravar.com instead of "Pravar"

Pravar
- 1