NTImporters helps in importing data to Nozbe from other task-management / to-do apps.
NTImporters uses publicly available APIs to transfer data between supported apps and Nozbe.
List of supported APIs:
Nozbe API - https://nozbe.com/api
NTImporters is used directly by the Nozbe app.
- Sign up or log in at https://nozbe.app
- Go to
Settings -> Importers
and choose application to import data from - Provide
Personal Access Token
/API key
to your account registered in application selected in step 2. - Import your data
- Enjoy Nozbe!
Questions? Contact support: support@nozbe.com
You are welcome to contribute to NTImporters project by creating PRs with implementations of new importers or improvements to existing ones.
- Each importer should be located in a separate package in
/src/ntimporters
- Each importer should implement
SPEC
to identify importer andrun_import
method for performing import