How do you create a List using mailchimp API v1.3 php

强颜欢笑 提交于 2019-12-11 02:58:24

问题


i have been looking at the API http://apidocs.mailchimp.com/api/1.3/ and i can't find a way to create to a new list.

Please help


回答1:


It's not possible through the API.

It would probably open way too many doors for abusers.

Just make as many lists as you need from within the web-app. (and look at using groups to structure your list data instead)




回答2:


A workaround would be to make a main list, and add interest and when sending filter by interest.




回答3:


This is not possible, the only way to add new lists is having a Partnerapi account in mailchimp.

https://apidocs.mailchimp.com/partnerapi/ https://apidocs.mailchimp.com/partnerapi/1.3/createlist.func.php



来源:https://stackoverflow.com/questions/7985946/how-do-you-create-a-list-using-mailchimp-api-v1-3-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!