-
-
Notifications
You must be signed in to change notification settings - Fork 194
Replace Mailchimp with a Flodesk integration #2162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Mailchimp with a Flodesk integration #2162
Conversation
a490c5b
to
fc6ba1b
Compare
10c5afc
to
5795169
Compare
@gnclmorais I think we are OK to ignore those codeclimate issues for now, they do seem to be a bit strict. UPDATE: I have marked them as won't fix for now so all checks pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me 👍🏻
003c7a7
to
0cd5f2d
Compare
spec/lib/services/flodesk_spec.rb
Outdated
stub.verify_stubbed_calls | ||
end | ||
|
||
it 'confirms that a user is active but not not subscribed to a segment' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it 'confirms that a user is active but not not subscribed to a segment' do | |
it 'confirms that a user is active but not subscribed to a segment' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gnclmorais just one tiny thing, not a blocker though
0cd5f2d
to
4631b22
Compare
This will allow us to reduce emailing costs by a factor of 10.
4631b22
to
720a7e9
Compare
It does what it says in the tin. When complete, this will close #2139. These changes will be tested locally with a real API key when we are sure this is in a good state (as far as we can see) to merge.
The only noticeable change for users is the styling of the newsletter call to action section that can be found on the homepage, for example:
@matyikriszta, let me know what you think about the CodeClimate warnings, but I think they are a bit too zealous.