How to pass multiple credentions from my backend to n8n

how to pass multiple credentions from my backend to n8n

Sorry, with the provided information, it is sadly hard to help you. Can you please explain what exactly you want to do? Thanks!

Via http node ?
The import thing to know if how n8n can call your backend.

M.

actually i have create open ai in my project, it will take timings from user and user give credentials to the ai , then in n8n, i want to paas multiple credentials to the google calendar create event , … i want to know if google calendar create event get credential every time, or it will take first time only for each user ?

i think i will call n8n using webhook , webhook is having url , i will paas credentials to the webhook url , using an api in backend ’

1 Like

Hi, you need to have a node for each different credential event.

N8N node does not permit to use an ID like credentials, you can only choice one from credentials list so each different credential need on event node

M.