Connecting to NotePM
The NotePM API uses a token-based authentication.
Using Token Authentication
Your NotePM API Token and TeamDomain are required to create a connection to NotePM. API Token can be generated in the NotePM API Access Token page of personal settings https://YOUR_TEAM_DOMAIN.notepm.jp/account/api-access-tokens. Once you have obtained it, set it in the ProfileSettings API Key connection property. And You can find TeamDomain at your NotePM URL "https://YOUR_TEAM_DOMAIN.notepm.jp/".
Example Connection string
Profile=C:\profiles\NotePM.apip;ProfileSettings='APIKey=YOUR_API_ACCESS_TOKEN;TeamDomain=YOUR_TEAM_DOMAIN;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | Api Key you get from your NotePM account. |
TeamDomain | TeamDomain you get from your NotePM URL. |