Coda API Predefined Credential

##Context

I have a Coda API Credential set up and have successfully executed Coda nodes with it.

I want to do some operations that are not supported in the dedicated Coda node.

##Issue

When I create an HTTP Request node, Coda does not come up as an option in the dropdown list of Predefined Credentials.

Is this a bug? Or are Coda API credentials not supported here?

Hi! This isn’t a bug—Coda API credentials actually aren’t supported in the HTTP Request node’s credentials dropdown. n8n’s Coda credentials are only available when you’re using the dedicated Coda node. The HTTP Request node, on the other hand, only lists more general credential types like API Key or OAuth2, and doesn’t show app-specific ones like Coda.

If you want to call the Coda API from the HTTP Request node, you just need to manually add your Coda API token in the headers. To do this, set the header as:

  • Key: Authorization
  • Value: Bearer YOUR_CODA_API_TOKEN

You can find your personal Coda API token in your Coda account settings.

So this is expected behavior—just add the token to the headers manually, and you’ll be good to go

1 Like

In the parameters of the HTTP Request node I can set Authentication to “Generic Credential Type” or “Predefined Credential Type”.

When I set Authentication to “Generic Credential Type”, the general credential types you are referencing are listed.

But when I set Authentication to “Predefined Credential Type” there are plenty of app-specific credentials listed - just not one for Coda.

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