Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sendgrid-api-v3]

Issues related to SendGrid service provider's API version No. 3

sendgrid-api-v3
0 votes
0 answers
22 views

Connecting to SendGrid API via Postman

I am trying to connect to the SendGrid API via Postman. I've got my API key sorted and imported the postman collection from SendGrid, and some of the endpoints are working fine. For example, I can ...
Badger8808's user avatar
0 votes
1 answer
29 views

Obtain Sendgrid reputation by the API

There is an API endpoint https://api.sendgrid.com/v3/subusers/reputations but we don't use subusers and I want the reputation figure that is shown at the bottom-left of https://app.sendgrid.com/ when ...
Michael NGV's user avatar
0 votes
0 answers
64 views

SendGrid message API query

I am trying to use the SendGrid email activity API to retrieve a list activities from a celery task in python. I'm using the sendgrid library version 6.11.0 (https://pypi.org/project/sendgrid/). I ...
user1686620's user avatar
  • 3,011
0 votes
0 answers
31 views

SendGrid v3 API endpoint slowing down after 24-25 emails sent in a single script run using cURL

I have a PHP script that sends out emails to customers once a week using the SendGrid v3 API endpoint. Currently, there are approximately anywhere between 90 - 120 emails to be sent per week. The ...
Jason D'Silva's user avatar
0 votes
0 answers
12 views

Symfony: SendgridApiTransport add substitutions for personalization

Is it possible to use https://github.com/symfony/symfony/blob/7.0/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php to achieve https://github.com/symfony/symfony/blob/7.0/...
Filip Galic's user avatar
0 votes
0 answers
24 views

Rate limit on the contact import endpoint

In the docs it's specified that some endpoint have a call limit that is in the x-ratelimit-remaining response header, but it does not seem to be there when calling /v3/marketing/contacts Could anybody ...
Quentin Brechbuehl's user avatar
1 vote
0 answers
68 views

Outlook and hotmail one-click unsubscribe header formatted

Headers are not formatted correctly in Outlook and Hotmail. The header and unsubscribe-button is displayed correctly in gmail, but in outlook and hotmail, the header looks formated. As far as i can ...
Bille's user avatar
  • 401
0 votes
0 answers
24 views

SENDGRID - Response forbidden access when trying to creat webhook event through api

I am trying to create a sendgrid webhook, but I got 403 forbidden, although I had create my api key with full access 403 forbidden error Firstly, I create a api with full access to the api, Then I ...
Dang Nguyen The's user avatar
0 votes
0 answers
59 views

Sendgrid API connection getting 403 forbidden constantly for both integromat and normal HTTP request

While making a connection to Sendgrid I am not able to connect and the error is 403 forbidden I tired making normal HTTP request but that is also failing Please if someone can help me out with it it ...
Vinayak Upadhyaya's user avatar
0 votes
1 answer
57 views

Special Character is escaped in Subject in SendGrid V3 Java API

I am using Sendgrid Java V3 API for sending emails. If the subject contains any special character such as &, Sendgrid doesn't decode it properly. & is converting to: & Personalization ...
Ashley's user avatar
  • 1
0 votes
0 answers
51 views

How to check the status of a SendGrid contact deletion job?

In the DELETE /v3/marketing/contacts endpoint sends back a job_id, but unlike other endpoints that process jobs (such as Export Contacts), there's no (documented) endpoint to retrieve the status of a ...
Robin De Schepper's user avatar
0 votes
0 answers
35 views

Sendgrid Python library - Mail send returns empty response body

Following the Sendgrid library documentation, I'd expect response to produce a response object containing the Sendgrid message id that I can then save to my own database. However, even though the ...
Michael Gugliuzza's user avatar
1 vote
1 answer
35 views

Sendgrid PHP File Attachment 0KB [closed]

Using the below, I am able to ADD attachments to email from $_FILES posts however, they are 0kb / null attached. The name and content type seems to pickup without issues? Wondering if anyone can shine ...
Devislife's user avatar
0 votes
0 answers
72 views

Dynamic data in single send | Twilio SendGrid

I am creating a monthly digest for release logs with wagtail CMS as backend, essentially whenever a new post gets created in cms, it will trigger signals.py which inturn should create a mail in single ...
reaves's user avatar
  • 3
0 votes
0 answers
136 views

Sendgrid 405 Error Method Not Allowed in Next.js

I'm about to go nuts, I'm trying to capture my leads via a custom form and send them over to a Sendgrid's contact's list but running into the 405 method not allowed error, even though it's a POST ...
Anabel's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
34