mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

create cloud function for waitlist #283

Open rhelmer opened 2 years ago

rhelmer commented 2 years ago

The marketing site currently hands waitlist requests off to github.com/mozilla-rally/rally-cloud-functions, we should create our own function to handle this in the firebase cloud function repo. It should handle attribution codes and user agent as well as the current email + country support.

rhelmer commented 2 years ago

The new parameters we are expecting to handle:

The userAgent string will be passed from the browser to the cloud function, the cloud function will be responsible for parsing it and sending something more sensible to Sendgrid (like OS and browser vs. the arcane raw UA strings)

jepstein commented 2 years ago

loaded on staging. need SRE to push to production