n8n-docs/docs/integrations/credentials/kitemaker.md
2022-04-13 09:56:05 +01:00

28 lines
1.3 KiB
Markdown

# Kitemaker
You can use these credentials to authenticate the following nodes with Kitemaker.
- [Kitemaker](/integrations/nodes/n8n-nodes-base.kitemaker/)
## Prerequisites
Create an account on [Kitemaker](https://www.kitemaker.co/).
## Using Access Token
1. Open your Kitemaker [work item board](https://toil.kitemaker.co/).
2. Click on the settings icon next to the organization name in the left sidebar.
3. Select 'Developer settings' from the dropdown list.
4. Click on ***Add new personal access token*** under the ***Personal access tokens*** section.
5. Enter a name for your token in the ***Personal access token name*** field.
6. Click on the ***Create token*** button.
7. Copy the displayed token.
8. Enter the name for your credentials in the ***Credentials Name*** field in the 'Kitemaker API' credentials in n8n.
9. Paste the token in the ***Personal Access Token*** field in the 'Kitemaker API' credentials in n8n.
10. Click on the ***Create*** button to create your credentials.
The following video demonstrates the steps mentioned above.
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/tzimtAX8OI0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>