gnumarcelo/campaigning

How to use multiple subscribers at a time in a list?

Closed this issue · 2 comments

Hi Campaign monitor Team,

Thanks for building this kind of API external library.

Now i am using your campaign API. Now i have used single subscriber method for a list.

A list can have multiple subscribers.My server and campaign monitor server will communicate more than an hour.it dependents upon the no of subscribers. How to do you reduce subscriber request.

I have refer in campaign motioner API. They keep available API method for Importing many subscribers(http://www.campaignmonitor.com/api/subscribers/#importing_subscribers)

How do use in this gem. can you give me example.

I am really looking for wared your commands and suggestions on this.

Thanks,
Pal

Hey there,

I'd highly recommend using the createsend gem (and consequently the current version of our API, rather than this library. This library uses v2 of the API, which will eventually be deprecated.

Is there really any reason you need to use an old version of the API?

Hi there!
First of all, thank you for using this wrapper.

Well, this wrapper was built on the Campaign Monitor API v2, and, unfortunately it doesn´t have the import method, and the add only support a single subscriber (http://www.campaignmonitor.com/api/v2/method/subscriber-add/).

The new CM API v3 has lots of new capabilities but I´m not supporting it, since it has an official Ruby wrapper (https://github.com/campaignmonitor/createsend-ruby).

Did you have a look at the official CM Wrapper? I think if this functionality is really crucial for you it would be better to switch to the new wrapper.

I hope this can help you!

Good luck buddy!

CM API v2 (old): http://www.campaignmonitor.com/api/v2/
CM API v3 (current): http://www.campaignmonitor.com/api/