mailchimp - Getting theMailchimp Member info with PHP/API with campaign EID -
i using mailchimp api few things successfully, 1 thing want do, can not find answer for, using mc_eid, request members basic info ( first/last name, email ).
i can if have email address, if have mc_cid & mc_eid have not found way yet.
am missing here. thanks
it sounds you're collecting data ecommerce360 , hoping link specific list subscriber. require 2 steps.
first, need find list associated campaign id. that, call campaigns/list call, supplying mc_cid filter campaign_id.
once have list_id campaigns/list call, can call lists/member-info. you'll pass list_id id parameter call, , you'll pass mc_eid emails.euid parameter.
to make more efficient, you'll want cache campaign_id / list_id relation.
Comments
Post a Comment