Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Subscriber activated on incorrect list #42

Open
rockrep opened this issue Nov 25, 2015 · 0 comments
Open

Subscriber activated on incorrect list #42

rockrep opened this issue Nov 25, 2015 · 0 comments

Comments

@rockrep
Copy link

rockrep commented Nov 25, 2015

When patching an existing Subscriber to change their status from 'Unsubscribed' to 'Active' on a specific list, the wrong list gets activated.

So e.g. if Subscriber is 'Unsubscribed' on both List1 and List2, and you patch the Subscriber to activate them on list2. List1 gets activated and List2 remains 'Unsubscribed'

sub = FuelSDK::Subscriber
sub.authStub = authStub
sub.props = {'Status' => 'Active', 'SubscriberKey' => email_address, 'ID' => subscriber_id, 'ListID' => list_id}
sub.patch

Patch succeeds but a query of the FuelSDK::List::Subscriber for that email address shows that the wrong list_id was updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant