Skip to content
New issue

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

Added Member Tags API calls #46

Closed
wants to merge 1 commit into from
Closed

Conversation

ko30005
Copy link
Contributor

@ko30005 ko30005 commented Jul 12, 2020

I added two API calls.

  • GET: /lists/{list_id}/members/{subscriber_hash}/tags
  • POST: /lists/{list_id}/members/{subscriber_hash}/tags

API doc: https://mailchimp.com/developer/reference/lists/list-members/list-member-tags/

I added two API calls.
 - GET: /lists/{list_id}/members/{subscriber_hash}/tags
 - POST: /lists/{list_id}/members/{subscriber_hash}/tags

API doc: https://mailchimp.com/developer/reference/lists/list-members/list-member-tags/
@montanaflynn
Copy link

I needed this as well, I would also suggest adding member.RemoveTags().

Since PRs don't seem to be merged if anyone else finds this here's how you can do it from the library using the client directly:

#34 (comment)

@ko30005 ko30005 closed this May 30, 2023
@ko30005
Copy link
Contributor Author

ko30005 commented May 30, 2023

Due to time constraints, I need to close this pull request. Thank you for your understanding.

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

Successfully merging this pull request may close these issues.

None yet

2 participants