Page 1 of 1

how to get all customers binding to a given mailing list?

Posted: Wed May 14, 2014 10:01 am
by bhcuong2008
Hi,

I'd like to get all customers binding to a given mailing list with Script Action. I've looked at
the Script Action Documentation 1.7, but I could not find any related functions for this task.

It's the same as search bar in recipient screen where we can choose a specific mailing list to get
all recipients within that list.

My purpose is to get stats of the mailing list such as the number of active/bounced/... recipients.

Please tell me how?

Thanks.

Re: how to get all customers binding to a given mailing list

Posted: Wed May 14, 2014 5:49 pm
by bhcuong2008
I've also looked at web service 2.0. It doesn't have any method for getting all customers binding to a given mailing list.

I really need this method for automatic list report. With SQL, we could do it easily like this

select *.customer_id from binding_table where mailinglist_id = 100

I wonder how to do this via openemm web service v2.0 or Script Action methods.