Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Add newsletter composer + Sendy API #51

Open
4 tasks
NicoJuicy opened this issue Jan 27, 2017 · 3 comments
Open
4 tasks

Add newsletter composer + Sendy API #51

NicoJuicy opened this issue Jan 27, 2017 · 3 comments
Labels

Comments

@NicoJuicy
Copy link
Owner

NicoJuicy commented Jan 27, 2017

Add a newsletter composer to send to the clients based on Zurb Email Framework

Amazon SES or Sendy?

  • [ ] Connect with Amazon SES
  • [ ] Handles bounces, complaints & deliveries
  • Add a periodicle rotation ( daily, weekly, ..), users can unsubscribe
  • Auto send of their subscribed tags

2 types of newsletters:

  • Handpick the items to send and send them to all emails ( that are subscribed) or add a manual email list
  • Auto send the latest additions, based on their chosen tags
@NicoJuicy
Copy link
Owner Author

NicoJuicy commented Jan 27, 2017

Considering to use https://sendy.co/api which has an c# API : https://github.com/timbjames/Sendy.Net

Then only the layout is created. And everything else is handled by Sendy + Users can selfhost it

@NicoJuicy
Copy link
Owner Author

NicoJuicy commented Feb 3, 2017

Current status: Almost recreated the Sendy Api with dotnet Core support ( couldn't use Sendy.Net ). There isn't a very clean error handling though, but i'll do this later.

  • Subscribe
  • Unsubscribe
  • Subscription Count
  • Subscription Status
  • Create Campaign and send

Will publish later on Github when completed, currently a private gitlab repo ;)

@NicoJuicy NicoJuicy changed the title Add newsletter composer Add newsletter composer + Sendy API Feb 3, 2017
@NicoJuicy
Copy link
Owner Author

NicoJuicy commented Feb 6, 2017

Added c# Sendy api here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant