Skip to content

Commit e74e232

Browse files
authored
Docs: Update links to SendGrid documentation
Twilio migrated SendGrid docs to a new domain. Old links 404 now.
1 parent d6c108c commit e74e232

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/esps/sendgrid.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Anymail integrates with the `SendGrid`_ email service, using their `Web API v3`_
1515
to succeed, and reports these errors as drop events.
1616

1717
.. _SendGrid: https://sendgrid.com/
18-
.. _Web API v3: https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html
18+
.. _Web API v3: https://www.twilio.com/docs/sendgrid/api-reference
1919
.. _activity feed: https://app.sendgrid.com/email_activity?events=drops
2020

2121

@@ -160,7 +160,7 @@ messages.)
160160

161161

162162
.. _v3 Mail Send API:
163-
https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html#-Request-Body-Parameters
163+
https://www.twilio.com/docs/sendgrid/api-reference/mail-send/mail-send#request-body
164164

165165

166166

@@ -300,7 +300,7 @@ duplicated for *every* to-recipient.)
300300
See the `SendGrid's transactional template overview`_ for more information.
301301

302302
.. _SendGrid's transactional template overview:
303-
https://sendgrid.com/docs/ui/sending-email/create-and-edit-transactional-templates/
303+
https://www.twilio.com/docs/sendgrid/ui/sending-email/how-to-send-an-email-with-dynamic-templates
304304

305305

306306
.. _sendgrid-legacy-templates:
@@ -396,12 +396,12 @@ queued, rejected, bounced, deferred, delivered, opened, clicked, complained, uns
396396
subscribed.
397397

398398
The event's :attr:`~anymail.signals.AnymailTrackingEvent.esp_event` field will be
399-
a `dict` of `Sendgrid event`_ fields, for a single event. (Although SendGrid calls
399+
a `dict` of `SendGrid event`_ fields, for a single event. (Although SendGrid calls
400400
webhooks with batches of events, Anymail will invoke your signal receiver separately
401401
for each event in the batch.)
402402

403403
.. _SendGrid mail settings: https://app.sendgrid.com/settings/mail_settings
404-
.. _Sendgrid event: https://sendgrid.com/docs/API_Reference/Webhooks/event.html
404+
.. _SendGrid event: https://www.twilio.com/docs/sendgrid/for-developers/tracking-events/event#delivery-events
405405

406406

407407
.. _sendgrid-inbound:
@@ -440,4 +440,4 @@ incoming emails for spam" checkbox.
440440

441441

442442
.. _Inbound Parse Webhook:
443-
https://sendgrid.com/docs/Classroom/Basics/Inbound_Parse_Webhook/setting_up_the_inbound_parse_webhook.html
443+
https://www.twilio.com/docs/sendgrid/for-developers/parsing-email/setting-up-the-inbound-parse-webhook

0 commit comments

Comments
 (0)