doujing5937 2019-03-01 01:59
浏览 61

通过MailChimp API获取所有具有相同姓氏的订阅者

I have used this library to Add, Delete, and Update subscribers in MailChimp list via my PHP application. https://github.com/drewm/mailchimp-api

It is possible to retrieve all the subscribers from a list, but I couln't find a way to get all the subscribers with the same last name from the list.

Is it impossible?

  • 写回答

1条回答 默认 最新

  • douhui5529 2019-03-01 02:38
    关注

    Unfortunately the FNAME and LNAME fields on a list member are technically MailChimp merge_fields and cannot be queried via the API. You can retrieve the full list of members and then filter the results in PHP.

    Reference the API documentation for the list/members endpoint: https://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#read-get_lists_list_id_members

    评论

报告相同问题?

悬赏问题

  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行
  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
  • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
  • ¥15 用windows做服务的同志有吗
  • ¥60 求一个简单的网页(标签-安全|关键词-上传)
  • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法