MailChimp for Servoy

Questions and answers on developing, deploying and using plugins and JavaBeans

MailChimp for Servoy

Postby palacio » Tue Aug 18, 2015 12:30 pm

Is there someone here who knows how to use MailChimp for Servoy?

Thankyou
palacio
 
Posts: 47
Joined: Tue Aug 18, 2015 12:29 pm

Re: MailChimp for Servoy

Postby ROCLASI » Tue Aug 18, 2015 3:15 pm

Hi Palacio,

Welcome to the forum, I see this is your first post.

What is it you are actually asking since to my knowledge there is no such product 'MailChimp for Servoy'.
Are you asking if someone created MailChimp functionality with Servoy? Or are you asking how to to use the mail plugin to send out mailings?
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: MailChimp for Servoy

Postby palacio » Wed Aug 19, 2015 10:00 am

Sorry Mr Ivens for not making my question very clear.

I do know how to use the mail plugin of servoy, my question is that if someone created MailChimp functionality with Servoy?(thank you for providing the right question) because I'm required to
use a Third party email service so that the emails that I will generate will not be sent to the spam.
Then I started to read MailChimp, Mandrill, Mailgun and others.

Thank you
Palacio
palacio
 
Posts: 47
Joined: Tue Aug 18, 2015 12:29 pm

Re: MailChimp for Servoy

Postby sbutler » Wed Aug 19, 2015 3:56 pm

We use Elastic Email for many customers. Very reliable and cheap. Offer various API's, the simplest being the SMTP API with which you can use the built in mail plugin in Servoy. https://elasticemail.com/support/api-smtp/smtp-relay . Amazon also has one: https://aws.amazon.com/ses/
Scott Butler
iTech Professionals, Inc.
SAN Partner

Servoy Consulting & Development
Servoy University- Training Videos
Servoy Components- Plugins, Beans, and Web Components
Servoy Guy- Tips & Resources
ServoyForge- Open Source Components
User avatar
sbutler
Servoy Expert
 
Posts: 759
Joined: Sun Jan 08, 2006 7:15 am
Location: Cincinnati, OH

Re: MailChimp for Servoy

Postby palacio » Wed Aug 19, 2015 4:50 pm

goldcougar wrote:We use Elastic Email for many customers. Very reliable and cheap. Offer various API's, the simplest being the SMTP API with which you can use the built in mail plugin in Servoy. https://elasticemail.com/support/api-smtp/smtp-relay . Amazon also has one: https://aws.amazon.com/ses/


Thank you Mr. Butler.
palacio
 
Posts: 47
Joined: Tue Aug 18, 2015 12:29 pm

Re: MailChimp for Servoy

Postby palacio » Wed Nov 11, 2015 12:28 am

ROCLASI wrote:Hi Palacio,

Welcome to the forum, I see this is your first post.

What is it you are actually asking since to my knowledge there is no such product 'MailChimp for Servoy'.
Are you asking if someone created MailChimp functionality with Servoy? Or are you asking how to to use the mail plugin to send out mailings?


I was asking if someone created a function or plugin in Servoy that could help communicate with MailChimp. I was reading the documentation of MailChimp and it was written that MailChimp is using javascript("node.js") specifically, I don't know if it would still work in Servoy then I found out that I have to plugins that creates/read json and these plugins are VelocityReport and serialize.
palacio
 
Posts: 47
Joined: Tue Aug 18, 2015 12:29 pm

Re: MailChimp for Servoy

Postby swingman » Wed Nov 11, 2015 1:26 pm

Hi Palacio,

I have Servoy talking to MailChimp through a web service I created myself. I did this because at the time the http plugin in Servoy did not have the functionality needed to talk to MailChimp.

Since I know Ruby-on-Rails, I created a small local rails site on the Servoy Server that talk to MailChimp using the Gibbon Ruby-gem. My Servoy app uses the http plugin to talk to this web service which talks to MailChimp and fetches or updates subscriber data. To the Servoy users, it looks like Servoy is talking directly.

MailChimp says:
Code: Select all
developer.mailchimp.com/.../mailchimp/guides/an-introduction-to-rest/
Most APIs aren't fully RESTful, including the MailChimp API. But we follow most of the practices and common definitions of the style.


You should be able to access this using improved http plugin in Servoy. Most the work will be dealing with the JSON.

Hope this helps,

Christian
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: MailChimp for Servoy

Postby palacio » Wed Nov 11, 2015 10:28 pm

swingman wrote:Hi Palacio,

I have Servoy talking to MailChimp through a web service I created myself. I did this because at the time the http plugin in Servoy did not have the functionality needed to talk to MailChimp.

Since I know Ruby-on-Rails, I created a small local rails site on the Servoy Server that talk to MailChimp using the Gibbon Ruby-gem. My Servoy app uses the http plugin to talk to this web service which talks to MailChimp and fetches or updates subscriber data. To the Servoy users, it looks like Servoy is talking directly.

MailChimp says:
Code: Select all
developer.mailchimp.com/.../mailchimp/guides/an-introduction-to-rest/
Most APIs aren't fully RESTful, including the MailChimp API. But we follow most of the practices and common definitions of the style.


You should be able to access this using improved http plugin in Servoy. Most the work will be dealing with the JSON.

Hope this helps,

Christian


Mr. Christian,

Thank you for your advise I will try using the http plugin. Hope that it will work.

Thanks again.

Palacio
palacio
 
Posts: 47
Joined: Tue Aug 18, 2015 12:29 pm

Re: MailChimp for Servoy

Postby Gordon McLean » Thu Nov 12, 2015 10:17 am

Hi

Whist not specifically MailChimp, you may like to also consider Amazon SES which works very well from the mail plugin. Amazon provide a free tier of 62000 messages outbound per month and 1000 in before any charges apply. Mail chimp used them themselves before they developed Mandril and from personal experience I can say that the we have not had any problems with Junk filters eating mails. We are sending 40-50,000 mails a month on this service without issue and we also use it for sending single one off mails. I would however stress that this does not have the user friendly metrics associated with MailChimp, its just a gateway

This is an outdated but none the less interesting article that may be worth reading

https://blog.mailchimp.com/mailchimp-la ... mazon-ses/

Best
Gordon
Gordon McLean
Clickdigital.com
Gordon McLean
 
Posts: 253
Joined: Wed Aug 03, 2005 12:24 pm
Location: UK

Re: MailChimp for Servoy

Postby palacio » Sat Nov 14, 2015 12:50 am

Gordon McLean wrote:Hi

Whist not specifically MailChimp, you may like to also consider Amazon SES which works very well from the mail plugin. Amazon provide a free tier of 62000 messages outbound per month and 1000 in before any charges apply. Mail chimp used them themselves before they developed Mandril and from personal experience I can say that the we have not had any problems with Junk filters eating mails. We are sending 40-50,000 mails a month on this service without issue and we also use it for sending single one off mails. I would however stress that this does not have the user friendly metrics associated with MailChimp, its just a gateway

This is an outdated but none the less interesting article that may be worth reading

https://blog.mailchimp.com/mailchimp-la ... mazon-ses/

Best
Gordon


Hi Mr. Gordon,

Thank you for the blog that you posted in your reply. Before, I also considered Amazon ses , Mailgun, Sendgrid, Mandrill and last MailChimp. All of them are good third party email services and It was really hard to choose what to use but my problem is that I need to create a function using Servoy that would make me use the features of Mailchimp like Lists and Campaign.
I am using Servoy 5.2 and I am studying if theres a plugin that could help me use the API that I have in Mailchimp.

Thank you
palacio
palacio
 
Posts: 47
Joined: Tue Aug 18, 2015 12:29 pm

Re: MailChimp for Servoy

Postby ProRM » Thu Apr 05, 2018 11:30 pm

Hi !

Does someone built the communication with Mailchimp API for Servoy? Is it available as a module?

Regards
User avatar
ProRM
 
Posts: 107
Joined: Thu Sep 18, 2008 10:24 pm
Location: Uruguay


Return to Plugins and Beans

Who is online

Users browsing this forum: No registered users and 13 guests