We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://www.drupal.org/node/2820269#comment-12130538.
The Drupal module, in order to add users to a segment via VBO, needs to be able to call the "Batch add/remove list members to static segment" method: http://developer.mailchimp.com/documentation/mailchimp/reference/lists/segments/#create-post_lists_list_id_segments_segment_id
MailchimpLists.php doesn't include a function for calling that endpoint. My patch in the Drupal issue queue adds one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://www.drupal.org/node/2820269#comment-12130538.
The Drupal module, in order to add users to a segment via VBO, needs to be able to call the "Batch add/remove list members to static segment" method: http://developer.mailchimp.com/documentation/mailchimp/reference/lists/segments/#create-post_lists_list_id_segments_segment_id
MailchimpLists.php doesn't include a function for calling that endpoint. My patch in the Drupal issue queue adds one.
The text was updated successfully, but these errors were encountered: