What would be the best way to sync a database of credentials from our Notion workspace (Saved in standard username and password format right now, but Oauth and etc can be added easily) with our n8n install?
Secondary question would be, where can I find a comprehensive list of the “Credential types” to use in n8n nodes regarding credentials?
I don’t think there is a “best” way to sync credentials from Notion as it wouldn’t be considered a secure place to keep them and I would instead recommend looking at something like Infisical or Hashicorp Vault to keep them safe failing that a password manager like Bitwarden.
If you do really need to keep them in Notion though a schedule workflow that reads them once a day then uses the API to create a new credential if needed could be the best option, I don’t think we have an option to Update a credential yet though so it would be a case of making a new one.