Dinamic Credential

Hello, Guys!!

Is there any way to use the Notion Dinamica ! credentials?

For example: I’m building an API on n8n that uses Notion modules.

And when the user calls the API he would have to pass his Notion key to use the Module that is in the API.

Is it possible to do something in this direction!?

Hey @jonathandantaschagas,

You can use expressions in credentials so in your Notion credential you could use {{ $json.userToken }} then before you use the notion node you would have a node that sets userToken to the users token.

You can find an example here: 0.234.0 - dynamic credential not working - #2 by Jon

1 Like

Heym @Jon ! Thanks a lot, bro! :facepunch:

1 Like

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