Category "sendgrid"

Sendgrid API - Creating HTML Email Template via API

I am not able to figure out how I can create an HTML email template in Sendgrid using the v3 API. I need to add HTML templates on Sendgrid on the fly on the bas

problem sending email using sendgrid with serverless-http

when trying to send email by sendgrid the lambda does not show log and ends up giving timeout. I've tried putting it inside a promise, but it didn't help. The i

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

Sendgrid 550 unauthenticated senders not allowed laravel swiftmailer

When I'm using SendGrid to send email in Laravel, it results in the following error: "550 unauthenticated senders not allowed" I couldn't find out why thi

SendGrid: Sending an email to multiple recipients without other emails being shown on the "to" field

I want to send an email to multiple recipients. I used personalizations, but everyone's emails appears on the "to" field, which violates their privacy. I d

How to send an email in Sendgrid to a single recipient using dynamic template and obtain the sent HTML for retention purposes

I am currently working on integrating the sending of mail in sendgrid with our internal CRM system. The use case I am working with is to send a customized email

Not received emails even though the SendGrid activity shows Delivered

I have created Azure Logic App with Recurrence trigger and then used SendGrid connector for sending emails to multiple team members. I didn’t receive any

Sendgrid doesn't trigger webhook when email is sent

I'm using Sendgrid in an ASP.NET WEB API project, and I'm testing the webhook call with ngrok. I first followed this guide: https://docs.sendgrid.com/for-develo

Created sendgrid email template, how to call it from Java

I have created email template in sendgrid - with substitutable values; I get the JSON payload (contains substitute values) for processing email from rabbitMQ

SendGrid Dynamic Email Template won't pass data from .NET

I'm trying to use SendGrid's API to send Data to a Dynamic Template, and send that email to a customer. However, the email sends, but the data is never passed.