How to find all options for credentialTypeName

Hello,

I’m trying to dynamically create credentials using the N8N core node.

The following endpoints seem relevant:

However, both require credential type names that are hard to identify. I tried using the node IDs from the documentation, but they don’t seem to work:

I couldn’t find a reference list of valid credential type names. Do you have one?

Here are some tests I ran:
:white_check_mark: n8nApi
:white_check_mark: githubApi
:white_check_mark: notionApi
:white_check_mark: slackOAuth2Api
:white_check_mark: slackApi
:white_check_mark: freshdeskApi
:x: microsoftOutlookApi
:x: microsoftoutlookApi
:x: outlookApi

Thanks in advance!

There is no list, it’s completely dynamic :slight_smile:

You can find the proper type for eah credential in the corresponsive node file, e.g. for Microsoft Outlook API it would be microsoftOutlookOAuth2Api

1 Like

Oh right, I completely missed the source code—thanks for the heads-up!

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