Business Process Automation

Create, update, and get activity in Strava

Create, update, and get activity in Strava

Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.06 KB
{
  "id": "93",
  "name": "Create, update, and get activity in Strava",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        270,
        340
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Strava",
      "type": "n8n-nodes-base.strava",
      "position": [
        470,
        340
      ],
      "parameters": {
        "name": "Morning Run",
        "type": "Run",
        "startDate": "2020-10-01T18:30:00.000Z",
        "elapsedTime": 3600,
        "additionalFields": {
          "distance": 1000
        }
      },
      "credentials": {
        "stravaOAuth2Api": "strava"
      },
      "typeVersion": 1
    },
    {
      "name": "Strava1",
      "type": "n8n-nodes-base.strava",
      "position": [
        670,
        340
      ],
      "parameters": {
        "operation": "update",
        "activityId": "={{$node[\"Strava\"].json[\"id\"]}}",
        "updateFields": {
 ...

Showing first 1000 characters. Click "Expand" to view the full JSON.