From 2b85a343080b7c6a891fa7977f662e47a9870c74 Mon Sep 17 00:00:00 2001 From: Kevin Vinhas Date: Tue, 18 Nov 2025 11:50:10 +0100 Subject: [PATCH] Editing link to account/triggers The existing link in README doesn't lead anywhere (404) and it seems to have been moved from `www.` to `app.` subdomain. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1efe176..5a5f896 100644 --- a/README.md +++ b/README.md @@ -498,7 +498,7 @@ Mailjet::ContactPii.delete(contact_ID) You can setup your Rack application in order to receive feedback on emails you sent (clicks, etc.) -First notify Mailjet of your desired endpoint (say: 'http://www.my_domain.com/mailjet/callback') at https://www.mailjet.com/account/triggers +First notify Mailjet of your desired endpoint (say: 'http://www.my_domain.com/mailjet/callback') at https://app.mailjet.com/account/triggers Then configure Mailjet's Rack application to catch these callbacks.