python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get Sendgrid Webhook live events in .NET 4.8?
I want to get live SendGrid webhook events in .NET 4.8, how to do that in C# .NET?
[HttpPost("Sendgridwh")]
public async Task<ActionResult> Sendgridwh([FromBody] object[] eventList)
{
...
D M
Votes: 0
Answers: 1
Getting error "The attachment content must be base64 encoded" while sending pdf in zip as an attachment using SendGrid
We are using SendGrid latest available Java API to send emails. We are attaching a PDF enclosed in a zip file.
While sending mail we are getting a 404 response code and error message stating "The...
surajintellicus
Votes: 0
Answers: 1
SendGrid Email API - GCP Marketplace
I've enabled SendGrid Email API from GCP marketplace.
The issue is when I'm clicking on 'Mange on Provider' button it will navigate to link somewhat like below and it throws 401 Error.
'https://api.se...
Udesh Sendanayake
Votes: 0
Answers: 0
Button function in a SendGrid Email to Trigger an external Webhook
forgive my naivete in asking this question, but I'm hoping someone can help me.
I have an email I send out through the SendGrid api using a dynamic template. The content of the email is different for ...
bmceuen
Votes: 0
Answers: 1