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

41 lines
2.1 KiB
Markdown

# Raindrop
You can use these credentials to authenticate the following nodes with Raindrop.
- [Raindrop](/integrations/nodes/n8n-nodes-base.raindrop/)
## Prerequisites
Create a [Raindrop](https://raindrop.io/) account.
## Using OAuth
<!-- !!! tip ⛅️ Note for n8n.cloud users
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Raindrop account to n8n.
-->
1. Open the [Raindrop dashboard](https://app.raindrop.io/my/0) page.
2. Click on your username on the top left and select 'Settings' from the dropdown list.
3. Click on the ***Integrations*** tab.
4. Click on ***+ Create new app*** under the ***For Developers*** section.
5. Enter the name of the app in the ***Name*** field.
6. Accept the ***Raindrop.io API Terms and Guidelines***.
7. Click on the ***Create*** button.
8. Under the ***For Developers*** section, select the app that you created.
9. Enter a description in the ***Description*** field.
10. Enter a URL in the ***Site*** field.
11. Copy the 'OAuth Callback URL' provided in the 'Raindrop OAuth2 API' credentials in n8n.
12. Paste the URL in the ***Redirect URI*** field and click on the ***Save*** button.
13. Copy the displayed ***Client ID***.
14. Enter a name for your credentials in the ***Credentials Name*** field in the 'Raindrop OAuth2 API' credentials in n8n.
15. Paste the client ID in the ***Client ID*** field in the 'Raindrop OAuth2 API' credentials in n8n.
16. Copy the displayed ***Client secret*** from the Raindrop.
17. Paste the client secret in the ***Client Secret*** field in the 'Raindrop OAuth2 API' credentials in n8n.
18. Click on the circle button in the OAuth section to connect a Raindrop account to n8n.
19. Click the ***Save*** 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/O-8Idq2WCu0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>