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
- EventStart a run when Strava reports an activity or athlete event (created, updated or deleted).trigger.strava_event
Operations 9
- Create ActivityRecord a manual activity on the authorised athlete's account.strava.create_activity
- Create Webhook SubscriptionSubscribe to Strava activity and athlete events for this application.strava.create_webhook_subscription
- Delete Webhook SubscriptionStop receiving Strava events by deleting a push subscription.strava.delete_webhook_subscription
- Get ActivityRead one activity in full by its Strava id.strava.get_activity
- Get AthleteRead the profile of the athlete this connection is authorised for.strava.get_athlete
- Get Athlete StatsRead an athlete's lifetime, year-to-date and recent activity totals.strava.get_athlete_stats
- List ActivitiesList the authorised athlete's activities, most recent first.strava.list_activities
- List Webhook SubscriptionsList the push subscriptions this Strava application currently has.strava.list_webhook_subscriptions
- Update ActivityChange the title, description, sport, gear or flags of an activity.strava.update_activity
More in Business apps
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.