GooGleDrive / csv > google Contacts

For many of you its probably an easy question. (I am new to n8n) :slight_smile:

There is an .csv file with about 1000 adresses in GOOGLEDRIVE. The CSV is updated daily.
Now the CSV entrys have to go to GOOGLE CONTACTS.

The Workflow should be shomething like this:

  • Trigger: look 1 time a day for new entrys in CSV
  • If there ist a new entry > grab it and look up in GOOGLE CONTACTS if it already exists
  • if it exists: Update the enty in GOOGLE CONTACTS
  • if it does not exist: Create a new contact.

## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->

## Information on your n8n setup
- **n8n version: latest**
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via Docker,**
- **Operating system: some linux **

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:

What have you tried so far? Do you have a specific question?

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