fission-codes / landing-page

Fission home page
https://fission.codes
Other
9 stars 2 forks source link

Point newsletter form to ghost newsletter #83

Closed avivash closed 1 year ago

avivash commented 1 year ago

Since we're now using ghost to manage newsletter sign ups, we'll need to update the landing page to point to it. Signing users up for the newsletter will require us to use the ghost Admin API, which requires an admin API key to be included in the call. To avoid exposing the API key on the client, we'll need to either spin up a small server that can communicate with ghost on the client's behalf or we may be able to look into embedding a Zapier integration on the client.

Update: Done via the form-data/zapier integration. I've applied this update to webnative.dev too