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

29 lines
1.1 KiB
Markdown

# Demio
You can use these credentials to authenticate the following nodes with Demio.
- [Demio](/integrations/nodes/n8n-nodes-base.demio/)
## Prerequisites
Create a [Demio](https://demio.com/) account.
## Using API Key
1. Open your Demio [dashboard](https://my.demio.com/manage/dashboard).
2. Click on your user icon in the top right.
3. Click on ***Settings***.
4. Click on the ***API*** tab.
5. Copy the displayed 'API Key'.
6. Enter the name for your credentials in the ***Credentials Name*** field in the 'Demio API' credentials in n8n.
7. Paste the API key in the ***API Key*** field in the 'Demio API' credentials in n8n.
8. Copy the 'API Secret' from Demio.
9. Paste the API secret in the ***API Secret*** field in the 'Demio API' credentials in n8n.
10. Click the ***Create*** button to save your credentials in n8n.
The following video demonstrates the steps mentioned above.
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/qcl8mZAmK2I" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>