Flow-router and Meteor.http.get

I’d like to use MailChimp’s WebHooks that send an HTTP POST to a specific url on my Meteor App whenever an event occurs on MailChimp (ie. someone unsubscribes MailChimp will post that to my Meteor URL with the member’s data).

I’m using @arunoda’s Flow-Router (which is awesome) but it’s only client-side. Is there a way to HTTP GET using that?

Thanks!

My suggestion is to use Picker: https://github.com/meteorhacks/picker

2 Likes