About 2,110,000 results
Open links in new tab
  1. How to get dynamic template data from sendgrid api

    Feb 3, 2021 · I'm using Sendgrid API to get the list of all dynamic templates. I was a bit surprised when I saw that the API response doesn't contain any info about the dynamic template data.

  2. How do I request and download a CSV of email activity from the …

    In contrast, the CSV export supports up to 1,000,000 events and contains more information about the messages. How can I retrieve the generated CSV of email activity through the SendGrid API …

  3. Is there a way to retrieve the generated HTML email body of a …

    Feb 22, 2021 · Is there a way to use the SendGrid API to send a request with our json object, but instead of sending the email to the client, receive the generated email body so that we can …

  4. sendgrid error "Access forbidden" when trying to GET user profile …

    May 29, 2017 · This helped me a lot. To anyone from SendGrid - it is frustrating that the API docs document the old API surface.

  5. SendGrid API for C# - Stack Overflow

    I'm looking at the SendGrid API for C# and the task is to send a single email to multiple recipients. I'm following this example but I want to keep working with objects -- not JSON. https://github...

  6. Adding a name to the "from" field in SendGrid in Node.js

    May 26, 2013 · I want to add a name to my "from" field using the SendGrid API, but I do not know how to do this. I tried setting the "from" parameter in sendgrid.send to Name …

  7. How can I get the message-Id after sending an email in Sengrid?

    Nov 3, 2022 · I am using sendgrid with .net, when I send and email with the API the response contains an x-message-id, but I need the message-id that is different

  8. Sendgrid returns 202 but doesn't send email - Stack Overflow

    I'm trying to get the basic "hello world" of sendgrid working, but have so far been unsuccessful. The response returns code 202, suggesting that it will send the email, but the email never …

  9. How can I add unsubscribe links to my emails when sending via …

    The best approach is to use Group Unsubscribes. First create a group in Sendgrid: Groups > Unsubscribe Groups > Create a group Next, insert a module into the Sendgrid template that …

  10. Connecting to messages endpoint of SendGrid API via Postman

    Jul 24, 2024 · 0 SendGrid's documentation states you must purchase additional email activity history to access the Email Activity Feed API. I believe this includes any requests to the …