fac00b815f
Update README.md |
||
---|---|---|
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
basket-client.js | ||
basket-example.css | ||
index.html |
README.md
This repo is outdated
Mozilla's Protocol design system now features a newsletter component that encompasses all the necessary code for handling newsletter subscriptions via Basket. The example code in this repo is outdated and should no longer be used.
Basket Example Code
Sample code for newsletter subscriptions via basket.mozilla.org. See it in action at https://mozilla.github.io/basket-example/.
Tips
- Use "success@example.com" as the email to have the request return successfully but not actually record a subscription, and "failure@example.com" to always return failure.
- You may also send "country" and "lang" parameters to indicate the user's country and language respectively (see the forms on mozilla.org for examples)
- You may also send a "fmt" parameter with the value "H" or "T" for "HTML" and "Text", which will indicate the user's preferred email format. HTML is the default.