Todoist credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- API key
- OAuth2
Related resources
Refer to Todoist's REST API documentation (opens in a new tab) for more information about the service.
Using API key
To configure this credential, you'll need a Todoist (opens in a new tab) account and:
- An API Key
To get your API Key:
- In Todoist, open your Integration settings (opens in a new tab).
- Select the Developer tab.
- Copy your API token and enter it as the API Key in your n8n credential.
Refer to Find your API token (opens in a new tab) for more information.
Using OAuth2
If you're self-hosting n8n, you'll need a Todoist (opens in a new tab) account and:
- A Client ID
- A Client Secret
Get both by creating an application:
- Open the Todoist App Management Console (opens in a new tab).
- Select Create a new app.
- Enter an App name for your app, like
n8n integration. - Select Create app.
- Copy the n8n OAuth Redirect URL and enter it as the OAuth redirect URL in Todoist.
- Copy the Client ID from Todoist and enter it in your n8n credential.
- Copy the Client Secret from Todoist and enter it in your n8n credential.
- Configure the rest of your Todoist app as it makes sense for your use case.
Refer to the Todoist Authorization Guide (opens in a new tab) for more information.