Swift Notify allows for easy and private email, push and SMS notifications for apps and organizations in the Cosmos ecosystem.
We've built an entirely new system on top of our existing Swift infrastructure, specifically tailored to the needs of the ATOM Accelerator DAO.
Dashboard
We built a simple dashboard for managing users and firing newsletters during this hackathon. The test version is accessible at https://dashboard.hackmos.swiftprotocol.zone and requires an organization PEM key to access the main page and to sign API requests on behalf of an org.
Signup Component
Users should be able to easily integrate newsletter signup components into their websites. We've set up a simple signup component as an example for the AADAO newsletter at https://comp.hackmos.swiftprotocol.zone.
Templater
To allow users to easily build and use their own email templates, we built a templater alongside a testing Express server. It recognizes simple replacement patterns as well as loops, and allows for Markdown parsing.