From e5a15606801850c9173e2018fed5784f3c5eaf0d Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Wed, 22 May 2024 22:53:11 +0200 Subject: [PATCH 1/4] Update 404 sengrid links --- docs/esps/sendgrid.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/esps/sendgrid.rst b/docs/esps/sendgrid.rst index c1055789..810587ae 100644 --- a/docs/esps/sendgrid.rst +++ b/docs/esps/sendgrid.rst @@ -160,7 +160,7 @@ messages.) .. _v3 Mail Send API: - https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html#-Request-Body-Parameters + https://www.twilio.com/docs/sendgrid/api-reference/mail-send/mail-send#request-body @@ -300,7 +300,7 @@ duplicated for *every* to-recipient.) See the `SendGrid's transactional template overview`_ for more information. .. _SendGrid's transactional template overview: - https://sendgrid.com/docs/ui/sending-email/create-and-edit-transactional-templates/ + https://www.twilio.com/docs/sendgrid/ui/sending-email/how-to-send-an-email-with-dynamic-templates .. _sendgrid-legacy-templates: @@ -440,4 +440,4 @@ incoming emails for spam" checkbox. .. _Inbound Parse Webhook: - https://sendgrid.com/docs/Classroom/Basics/Inbound_Parse_Webhook/setting_up_the_inbound_parse_webhook.html + https://www.twilio.com/docs/sendgrid/for-developers/parsing-email/setting-up-the-inbound-parse-webhook From 3da1e9442c2e9829a5973321059cba27c1979b9b Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Wed, 22 May 2024 23:06:01 +0200 Subject: [PATCH 2/4] Changing two more links --- docs/esps/sendgrid.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/esps/sendgrid.rst b/docs/esps/sendgrid.rst index 810587ae..61bf7af5 100644 --- a/docs/esps/sendgrid.rst +++ b/docs/esps/sendgrid.rst @@ -15,7 +15,7 @@ Anymail integrates with the `SendGrid`_ email service, using their `Web API v3`_ to succeed, and reports these errors as drop events. .. _SendGrid: https://sendgrid.com/ -.. _Web API v3: https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html +.. _Web API v3: https://www.twilio.com/docs/sendgrid/api-reference .. _activity feed: https://app.sendgrid.com/email_activity?events=drops @@ -401,7 +401,7 @@ webhooks with batches of events, Anymail will invoke your signal receiver separa for each event in the batch.) .. _SendGrid mail settings: https://app.sendgrid.com/settings/mail_settings -.. _Sendgrid event: https://sendgrid.com/docs/API_Reference/Webhooks/event.html +.. _Sendgrid event: https://www.twilio.com/docs/sendgrid/api-reference/settings-tracking .. _sendgrid-inbound: From e014b25681a5852a18e42430f72f2badefebfdff Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Wed, 22 May 2024 23:07:55 +0200 Subject: [PATCH 3/4] Change one link to a different page --- docs/esps/sendgrid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/esps/sendgrid.rst b/docs/esps/sendgrid.rst index 61bf7af5..1502ac7e 100644 --- a/docs/esps/sendgrid.rst +++ b/docs/esps/sendgrid.rst @@ -401,7 +401,7 @@ webhooks with batches of events, Anymail will invoke your signal receiver separa for each event in the batch.) .. _SendGrid mail settings: https://app.sendgrid.com/settings/mail_settings -.. _Sendgrid event: https://www.twilio.com/docs/sendgrid/api-reference/settings-tracking +.. _Sendgrid event: https://www.twilio.com/docs/sendgrid/api-reference/webhooks .. _sendgrid-inbound: From d59528c2c74ad65a18bdae02d4b806f8cf280eed Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 22 May 2024 15:25:38 -0700 Subject: [PATCH 4/4] Update SendGrid event link --- docs/esps/sendgrid.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/esps/sendgrid.rst b/docs/esps/sendgrid.rst index 1502ac7e..8424004e 100644 --- a/docs/esps/sendgrid.rst +++ b/docs/esps/sendgrid.rst @@ -396,12 +396,12 @@ queued, rejected, bounced, deferred, delivered, opened, clicked, complained, uns subscribed. The event's :attr:`~anymail.signals.AnymailTrackingEvent.esp_event` field will be -a `dict` of `Sendgrid event`_ fields, for a single event. (Although SendGrid calls +a `dict` of `SendGrid event`_ fields, for a single event. (Although SendGrid calls webhooks with batches of events, Anymail will invoke your signal receiver separately for each event in the batch.) .. _SendGrid mail settings: https://app.sendgrid.com/settings/mail_settings -.. _Sendgrid event: https://www.twilio.com/docs/sendgrid/api-reference/webhooks +.. _SendGrid event: https://www.twilio.com/docs/sendgrid/for-developers/tracking-events/event#delivery-events .. _sendgrid-inbound: