How to use client's google credentials in the workflow

Describe the problem/error/question

Begginer here.

I have a workflow where the AI agent will assist with booking appointments on google calendar.

So far I have used my own credentials to run the workflow and see if works.

When it comes the time to implement it to client, what is the best way to have client’s credentials so when the agent is booking the appointments it will show up on client’s google calendar instead of mine?

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

well deploy on client’s n8n and ask client to authenticate.

Hi Moosa,

Thanks for your reply. I’m a beginner, could you elaborate, please?

Two options. One you go through authentication with them on your self hosted N8N. Two you start an N8N for them and get them to add their credentials there so it doesn’t clutter your credential dashboard.

1 Like

Ohh got it. Thanks for that. That makes sense

1 Like

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