addons icon indicating copy to clipboard operation
addons copied to clipboard

Use basket for the Extensions Developers Newsletter form

Open diox opened this issue 2 years ago • 4 comments
trafficstars

The Extensions Developers Newsletter form that is displayed on devhub landing page POSTs to https://www.mozilla.org/en-US/newsletter/ - AMO isn't processing anything. We should instead POST to basket directly (docs).

┆Issue is synchronized with this Jira Task

diox avatar Oct 25 '23 12:10 diox

While we're at it the MOZILLA_NEWSLETTER_URL setting is defined but appears to be unused and should be removed.

diox avatar Oct 25 '23 12:10 diox

It was implemented in https://github.com/mozilla/addons/issues/7044 following the example code in https://github.com/mozilla/basket-example. The same form is used on extensionworkshop at the moment. Both AMO and extensionworkshop will need to be updated, we should be able to talk to basket directly client-side.

diox avatar Oct 25 '23 12:10 diox

See also https://protocol.mozilla.org/components/detail/newsletter--default

diox avatar Feb 29 '24 14:02 diox

Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-535

KevinMind avatar May 03 '24 17:05 KevinMind