-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Lots of folks use apps for their email these days, rather than webmail. Support this somehow.
Basic possibilities:
- Add
IOSAppUriandAndroidAppUrito our existing API response, and have the caller figure out which one to use. Downside: more complex for caller. - Rather than just a GET endpoint, implement a
/redirectToEmail/?email=Xendpoint that runs some JS and then redirects the user to the appropriate place (be it webmail or native app). We would need to handle the failure case, maybe with a landing page that links to a variety of email providers. Advantage: Super simple for developers to integrate with. Disadvantages: probably slower, plus developers will probably be less excited about redirecting users directly to us.
Reactions are currently unavailable