Strava Activity Management
detail.loadingPreview
Create, update, and retrieve Strava activities.
About This Workflow
This workflow automates the management of Strava activities. It demonstrates how to create a new activity, update its description, and then retrieve the details of the created activity using the n8n Strava node. This can be used to log activities programmatically or to enrich existing activity data.
Key Features
- Create new Strava activities (e.g., runs, rides).
- Update existing activities with new information like descriptions.
- Retrieve detailed information about specific Strava activities.
- Leverages Strava's API through the n8n Strava node.
How To Use
- Manual Trigger: The workflow starts with a manual trigger node, allowing you to execute it on demand.
- Create Activity (Strava node): The first Strava node is configured to create a new activity. Key parameters like
name,type,startDate,elapsedTime, andadditionalFields(e.g.,distance) are set. - Update Activity (Strava1 node): This node uses the
operation: 'update'to modify the activity created in the previous step. It references theidof the activity from the 'Strava' node using an expression:={{$node["Strava"].json["id"]}}. TheupdateFields.descriptionis set to 'Morning run in the park'. - Get Activity (Strava2 node): This node uses the
operation: 'get'to retrieve the details of the activity. Similar to the update node, it uses the activityidfrom the 'Strava' node.
Credentials: Ensure you have set up Strava OAuth2 credentials in n8n, named 'strava', and selected it in each Strava node.
Apps Used
Workflow JSON
{
"id": "974fc6eb-bdb6-4eb8-a3e0-2bcd995a3a29",
"name": "Strava Activity Management",
"nodes": 23,
"category": "Fitness",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 974fc6eb-bdb6...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate Local Business Outreach with AI-Powered Yelp Scraper
This workflow automates the process of scraping local business details from Yelp using AI, then leverages that data to send personalized partnership proposals via Gmail. It's perfect for sales and marketing teams looking to streamline lead generation and outreach campaigns.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.