Best answer

Removing label/group from Google Contact

  • 28 June 2021
  • 2 replies
  • 225 views

Hello,

I’m fairly new to Zapier and I want to create the following Zap:

Every time there is a 'New Unsubscriber' in Mailchimp, remove the contact's existing label/group in google contacts, and add them to another label/group in google contacts.

The only step I am having difficulty with is to “Remove the contact’s existing label/group” in google contacts since 'Update Contact' option does not allow to update the Label/Group of a contact in Google Contacts.

Any tips or suggestions for a workaround?

Thank you,

Snezhana

icon

Best answer by Troy Tessalone 28 June 2021, 16:40

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @Snezhana 

You may have to use the Google Contacts API:

https://developers.google.com/contacts/v3#changing_group_membership

App APIs can be used in Zaps with the Webhooks action step: https://zapier.com/apps/webhook/integrations#triggers-and-actions

 

Thank you Troy!