Donald Lee
Donald Lee
@andwun do you have an example of your solution? It doesn't seem to be working for me. Logs are still not showing in Sentry for my staging server following what...
Hey guys, running into the same issue. I think it is with the `offline_access` scope, when I remove that everything is fine. But add it back on then it breaks....
I'm getting the same issue here.
Looks like the mailchimp api doesn't support tags for updates :( https://mailchimp.com/developer/reference/lists/list-members/#create-post_lists_list_id_members
> @royalgiant I see tags at the bottom of the Request Body Parameters section. Check under the "EDIT" instead of the "CREATE" section
> This is very odd, tags is clearly on the Member request object with the correct parameter name. > > https://github.com/hanzoai/gochimp3/blob/1023e7b1d6cf04f637b531a237e9b2a4bbe51459/members.go#L26 @davidtai problem is I don't think Mailchimp accepts tags...
@montanaflynn @davidtai You're going to kiss me for this. ``` // struct for Mailchimp's member tags type MailChimpTags struct { Name string `json:"name"` Status string `json:"status"` // 2 options: 'active'...