Google contacts update url

Is it possible to update Google contacts url yet? I saw there is a feature request last year but no updates to it.

I see there is a way to specify that you want to update the url but I’m not sure how to specify the actual field underneath.

My work case is that I am scanning some business cards and the url always defaults to http when nothing is specified on the card. 90% just have a domain

I want to change these to https because otherwise I get a warning each time I click on the link.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @bally ,

Unfortunately, this is still not possible through the Google Contacts node. But thanks for bringing it up! I will take a look to see if maybe we could implement this somewhat quickly.

Meanwhile you should be able to achieve this using the HTTP Request node and following Google’s API documentation on contact update - Read and Manage Contacts  |  People API  |  Google for Developers; Method: people.updateContact  |  People API  |  Google for Developers.

Let me know how you get on :raised_hands:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.