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

33 lines
1.6 KiB
Markdown

# Wise
You can use these credentials to authenticate the following nodes with Wise.
- [Wise](/integrations/nodes/n8n-nodes-base.wise/)
- [Wise Trigger](/integrations/trigger-nodes/n8n-nodes-base.wiseTrigger/)
## Prerequisites
Create a [Wise](https://wise.com/) account.
## Using API Token
1. Open your Wise [dashboard](https://wise.com/user/account/).
2. Click on the username on the top right and select 'Settings' from the dropdown list.
3. Scroll down to the bottom and click on ***API tokens***.
4. Click on the ***Add new token*** button.
5. Enter a name in the ***Name or description*** field.
6. Click on the ***Create token*** button.
7. Scroll down to the bottom and click on ***API tokens***.
8. Click on ***Reveal key*** to reveal the newly generated API key.
9. Enter your Wise account password in the ***Please enter your password*** field.
10. Copy the displayed API key.
11. Enter the name for your credentials in the ***Credentials Name*** field in the 'Wise API' credentials in n8n.
12. Paste the API key in the ***API Token*** field in the 'Wise API' credentials in n8n.
13. If you're using a Wise sandbox account, select 'Test' from the ***Environment*** dropdown list in the 'Wise API' credentials in n8n.
14. 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/hys2lDEScUE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>