OCNORA

Strava

Business appsOAuth 2.0credential probe

Read a Strava athlete's profile, totals and activities, record and edit activities, and manage the application's webhook (push) subscriptions (OAuth2 refresh token).

OCNORA ships 9 typed Strava operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Triggers 1

  • Event
    Start a run when Strava reports an activity or athlete event (created, updated or deleted).
    trigger.strava_event

Operations 9

  • Create Activity
    Record a manual activity on the authorised athlete's account.
    strava.create_activity
  • Create Webhook Subscription
    Subscribe to Strava activity and athlete events for this application.
    strava.create_webhook_subscription
  • Delete Webhook Subscription
    Stop receiving Strava events by deleting a push subscription.
    strava.delete_webhook_subscription
  • Get Activity
    Read one activity in full by its Strava id.
    strava.get_activity
  • Get Athlete
    Read the profile of the athlete this connection is authorised for.
    strava.get_athlete
  • Get Athlete Stats
    Read an athlete's lifetime, year-to-date and recent activity totals.
    strava.get_athlete_stats
  • List Activities
    List the authorised athlete's activities, most recent first.
    strava.list_activities
  • List Webhook Subscriptions
    List the push subscriptions this Strava application currently has.
    strava.list_webhook_subscriptions
  • Update Activity
    Change the title, description, sport, gear or flags of an activity.
    strava.update_activity

Run your first Strava workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.