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

24 lines
1.1 KiB
Markdown

# Strava
You can use these credentials to authenticate the following nodes with Strava.
- [Strava](/integrations/nodes/n8n-nodes-base.strava/)
- [Strava Trigger](/integrations/trigger-nodes/n8n-nodes-base.stravaTrigger/)
## Prerequisites
Create a [Strava](https://Strava.com) account.
## Using OAuth
1. Access the [My API Application page](https://www.strava.com/settings/api).
2. Enter the application name in the ***Application Name*** field.
3. Enter the website URL in the ***Website*** field.
4. Copy the string of characters between `https://` (or `http://`) and `/oauth2/callback` (or `/rest/oauth2-credential/callback`) from 'OAuth Callback URL' in n8n. Paste it in the ***Authorization Callback Domain*** in Strava.
5. Read 'Strava's API Agreement', and if you agree, check the checkbox.
6. Click on the ***Create*** button.
7. Click on ***App Icon*** and select an image from the browser window.
8. Click on the ***Save*** button.
9. Use this ***Client ID*** and ***Client Secret*** with your Strava node credentials in n8n.
![Getting Strava credentials](/_images/integrations/credentials/strava/using-oauth.gif)