Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    JobNimbus

    Unify Integrations

    Integrate your application with JobNimbus to manage leads, track jobs, and streamline your workflow processes efficiently

  3. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  4. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  5. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  6. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  7. unify-apps

    Filters

    Unify Applications

    Enable users to refine, search, and sort data effortlessly across dashboards and datasets

  8. unify-apps

    Insided

    Unify Integrations

    Integrate your app with Insided to enhance customer engagement, streamline community management, and drive self-service support.

  9. unify-apps

    Facebook Ads

    Unify Integrations

    Connect your app with Facebook Ads to automate campaign management, optimize ad performance, and track marketing success.

  10. unify-apps

    Gainsight

    Unify Integrations

    Integrate your app with Gainsight to enhance customer success, automate engagement workflows, and drive retention

  11. unify-apps

    Livestorm

    Unify Integrations

    Integrate your app with Livestorm to streamline webinar hosting, automate event management, and enhance audience engagement.

  12. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  13. unify-apps

    Pipeline CRM

    Unify Integrations

    Integrate your app with Pipeline CRM to streamline sales processes, automate lead management, and enhance customer relationships

  14. unify-apps

    Cognito Forms

    Unify Integrations

    Integrate your app with Cognito Forms to create custom forms, automate data collection, and streamline workflows

  15. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  16. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  17. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  18. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

#
Unify Integrations
Logo
Strava

Strava

Logo

3 mins READ

Strava is a fitness tracking app designed for athletes, allowing users to record activities like running and cycling using GPS. It offers performance analytics, social features, and challenges to keep users motivated and engaged.

Integrating your application with Strava empowers you to access athlete data, track activities, and create fitness-focused features for your users.

Authentication

Before you begin, make sure you have the following information:

  • Connection Name: Select a descriptive name for your connection, like "MyAppStravaIntegration." This helps in easily identifying the connection within your application or integration settings.

  • Authentication Type: Strava supports OAuth 2.0 for authentication. This secure method allows your app to access Strava’s functionalities and data with user consent.

OAuth Based Authentication

  • Client ID and Client Secret:

    • Once sign up is done, go to the Strava Developer website.

    • Click on "Create & Manage Your App" and provide the necessary information.

    • Once the app is created, note down the Client ID and Client Secret from the app details section. These will be required to authenticate API requests.

    • Treat the Client Secret with high confidentiality, as it grants access to your Strava API functionality.

      Image
      Image

  • Access Token:

    • Use the OAuth 2.0 flow to exchange the user’s authorization code for an access token. One can refer to this documentation to get personal access token.

    • Copy this link and exchange the necessary information in the link and press enter to get the authorization code. After that one can get the access token referring to the API documentation.

    • The token grants your application access to the user’s Strava data based on the requested scopes (e.g., read, read_all, activity:write).

    • Refresh tokens can also be used to regenerate the access token after it expires.

    • Treat the access token with high confidentiality, as it allows access to the user’s Strava account data.

Actions

Actions

Description

Create activity

Create an activity in Strava

Get activity

Gets activity in Strava

Get athlete stats

Get the activity stats of an athlete in Strava

List athlete activities

Get all the activities of an athlete in Strava

Update activity

Update activity in Strava

Update athlete

Update the currently authenticated athlete in Strava

Upload activity file

Upload a data file to create an activity in Strava

Triggers

Triggers

Description

New Activity

Triggers when an activity is created by athlete in Strava