Google Contacts API is deprecated, now its Google People API

ON the official website for Google Contacts API this message is shown:

Warning: The Google Contacts API is now deprecated and is scheduled for sunset on June 15, 2021. Apps should instead use the People API. Get started with the migration guide. For our official statement on the deprecation please read our service announcement.

It should be updated on n8n node.

The Google Contacts node it’s using the people API.

Oh, then I have an error. I will check again. Thanks!

Anyway, is it possible to search a contact? I know I can Get a Contact (by its Contact ID) but I would like to Search for a Contact/s giving a name or phone number.

Hey @ruccc,

The node doesn’t support the Search operation. However, you can either use the HTTP Request node to make API calls to the endpoint or use the Get All operation and then an IF node to filter out the contact you need.

Ok!

And wouldn’t it be interesting to add this feature on the node? Maybe I can make a request?