Questions tagged [sendgrid-templates]

Questions related to SendGrid's templating engine, it's usage, API, etc. Also includes transactional templates.

155 questions
-1
votes
1 answer

Processing list of objets in SendGrid

I want to show a table in my email list of objets in SendGrid. The table should look like following. There are dynamic number of rows in the table. How should I send the data from java code or design it in SendGrid?
-1
votes
1 answer

SendGrid and Arm Template

I have added Send Grid API Key into App Settings as follows: I have an ARM Template with resources element which includes the following: "resources": [ { "apiVersion": "2016-08-01", "name": "appsettings", …
user989988
  • 3,006
  • 7
  • 44
  • 91
-2
votes
0 answers

how to receive events from SendGrid's Webhooks in a non-public API environment, where our test environment api url is non public url

how to receive events from SendGrid's Webhooks in a non-public API environment, where our test environment api url is non public url, our production url is publicly accessible. In my local it can be achieved by setting up a proxy or a tunneling…
-2
votes
1 answer

Convert Razor View to string ASP.NET core

I want to send a view as email body, i'm using sendgrid. How do i convert view to string ? I got a code here https://long2know.com/2017/08/rendering-and-emailing-embedded-razor-views-with-net-core/ public string RenderToString(string…
Chukwudi Ubah
  • 179
  • 11
-3
votes
2 answers

MultiValueDictKeyError on clicking of Unsubscribe in Sendgrid dynamic template

I created on dynamic template for my newsletter app and added custom unsubscribe link and passing uri to template with api in dynamic_template_data but when I click on unsubscribe line it throws error MultiValueDictKeyError at /delete/ Code for…
vineet singh
  • 173
  • 2
  • 12
1 2 3
10
11