docs(strava): describe connection and actions

This commit is contained in:
Ali BARIN
2023-04-06 19:59:15 +00:00
parent 53624a6379
commit d503dbc103
5 changed files with 42 additions and 0 deletions

View File

@@ -206,6 +206,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/spotify/connection' },
],
},
{
text: 'Strava',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/strava/actions' },
{ text: 'Connection', link: '/apps/strava/connection' },
],
},
{
text: 'Stripe',
collapsible: true,

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/strava.svg
items:
- name: Create Totals and Stats Report
desc: Creates a report with recent, year to date, and all time stats of your activities.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,14 @@
# Strava
:::info
This page explains the steps you need to follow to set up the Strava connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the [link](https://www.strava.com/settings/api) to create an app on Strava API.
1. Click on **Upload** button to upload your APP icon.
1. Click on **Edit** button.
1. Copy **OAuth Redirect URL** from Automatisch and paste it in **Authorization Callback Domain**
1. Click on **Save** button.
1. Copy **Client ID** from Strava and paste it in **Client ID** field on Automatisch.
1. Copy **Client Secret** from Strava and paste it in **Client Secret** field on Automatisch.
1. Now, you can start using the Strava connection with Automatisch.

View File

@@ -24,6 +24,7 @@ Following integrations are currently supported by Automatisch.
- [Slack](/apps/slack/actions)
- [SMTP](/apps/smtp/actions)
- [Spotify](/apps/spotify/actions)
- [Strava](/apps/strava/actions)
- [Stripe](/apps/stripe/triggers)
- [Telegram](/apps/telegram-bot/actions)
- [Todoist](/apps/todoist/triggers)

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Strava" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fc4c01"/><path fill="#fff" d="M120 288L232 56l112 232h-72l-40-96-40 96z"/><path fill="#fda580" d="M280 288l32 72 32-72h48l-80 168-80-168z"/></svg>

After

Width:  |  Height:  |  Size: 286 B