{
  "workflow": {
    "id": 744,
    "name": "Create, update, and get activity in Strava",
    "views": 1165,
    "recentViews": 0,
    "totalViews": 1165,
    "createdAt": "2020-10-27T14:51:36.583Z",
    "description": "![workflow-screenshot](fileId:288)",
    "workflow": {
      "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": {
              "description": "Morning run in the park"
            }
          },
          "credentials": {
            "stravaOAuth2Api": "strava"
          },
          "typeVersion": 1
        },
        {
          "name": "Strava2",
          "type": "n8n-nodes-base.strava",
          "position": [
            870,
            340
          ],
          "parameters": {
            "operation": "get",
            "activityId": "={{$node[\"Strava\"].json[\"id\"]}}"
          },
          "credentials": {
            "stravaOAuth2Api": "strava"
          },
          "typeVersion": 1
        }
      ],
      "active": false,
      "settings": {},
      "connections": {
        "Strava": {
          "main": [
            [
              {
                "node": "Strava1",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Strava1": {
          "main": [
            [
              {
                "node": "Strava2",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "On clicking 'execute'": {
          "main": [
            [
              {
                "node": "Strava",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": null,
    "workflowInfo": {
      "nodeCount": 4,
      "nodeTypes": {
        "n8n-nodes-base.strava": {
          "count": 3
        },
        "n8n-nodes-base.manualTrigger": {
          "count": 1
        }
      }
    },
    "status": "published",
    "user": {
      "name": "Harshil Agrawal",
      "username": "harshil1712",
      "bio": "A former n8n employee, passionate about Automation and AI. Building something fun, shoot me a message, I love to chat!\nIn my free time, I also help folks on their n8n journey. So if you need help, let's chat :)",
      "verified": true,
      "links": [
        "https://harshil.dev"
      ],
      "avatar": "https://gravatar.com/avatar/1060ec3113fdd8cafb191f3728c0ac39436b3cd46be4dd518923e242fb708ef1?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 42,
        "icon": "fa:play",
        "name": "n8n-nodes-base.start",
        "codex": {
          "data": {
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/",
                  "icon": "🧬",
                  "label": "Why business process automation with n8n can change your daily life"
                },
                {
                  "url": "https://n8n.io/blog/why-i-chose-n8n-over-zapier-in-2020/",
                  "icon": "😍",
                  "label": "Why I chose n8n over Zapier in 2020"
                },
                {
                  "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/",
                  "icon": "📈",
                  "label": "Automatically pulling and visualizing data with n8n"
                },
                {
                  "url": "https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/",
                  "icon": "🧰",
                  "label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"
                },
                {
                  "url": "https://n8n.io/blog/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n/",
                  "icon": "📱",
                  "label": "Sending SMS the Low-Code Way with Airtable, Twilio Programmable SMS, and n8n"
                },
                {
                  "url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/",
                  "icon": "🙋‍♀️",
                  "label": "Automating Conference Organization Processes with n8n"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.start/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Start",
          "color": "#00e000"
        },
        "iconData": {
          "icon": "play",
          "type": "icon"
        },
        "displayName": "Start",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 384,
        "icon": "file:strava.svg",
        "name": "n8n-nodes-base.strava",
        "codex": {
          "data": {
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/",
                  "icon": "☀️",
                  "label": "2021: The Year to Automate the New You with n8n"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.strava/"
                }
              ],
              "credentialDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/credentials/strava/"
                }
              ]
            },
            "categories": [
              "Productivity"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Strava"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAwIiBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZjNGMwMiIgZD0iTTAgMGgxNnYxNkgweiIvPjxnIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0ibTYuOSA4LjggMi41IDQuNSAyLjQtNC41aC0xLjVsLS45IDEuNy0xLTEuN3oiIG9wYWNpdHk9Ii42Ii8+PHBhdGggZD0ibTcuMiAyLjUgMy4xIDYuM0g0em0wIDMuOCAxLjIgMi41SDUuOXoiLz48L2c+PC9zdmc+"
        },
        "displayName": "Strava",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 4,
            "name": "Productivity"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 43,
        "name": "Personal Productivity"
      }
    ],
    "image": [
      {
        "id": 288,
        "url": "https://f000.backblazeb2.com/file/n8n-website-images/ec7d25f27bce4238a2343bbd23d99c00.png"
      }
    ]
  }
}