hammady / wwpray

A website that shows the prayer times for a preconfigured list of masjids in a tabular format. Visitors can subscribe for email notifications.
https://wwpray.net
MIT License
1 stars 0 forks source link

Enable subscriptions (email notifications) #4

Closed hammady closed 1 year ago

hammady commented 1 year ago

The user can subscribe to email notifications for any masjid by submitting their email and list of topics. The base URL should be read from the environment.

hammady commented 1 year ago

Below URL is currently the assigned one for the dev stage. POST https://lgigm92nn6.execute-api.us-east-1.amazonaws.com/?email=&topics=MNNexus&topics=Shalimar

Responses:

{
  "message": "Successfully subscribed to new topics. A confirmation email has been sent to <email>.",
  "topics": [
    "MNNexus",
    "Shalimar"
  ]
}

Or:

{
  "message": "Already subscribed to all topics.",
  "topics": []
}