n8n Workflow

Add A Datapoint To Beeminder On Strava Activity Update

This n8n workflow automates tasks using Strava. Add A Datapoint To Beeminder On Strava Activity Update - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Strava. Add A Datapoint To Beeminder On Strava Activity Update - ready to import and run in your n8n instance.
Features:
  • Integrates with Strava
Source Code
{
    "nodes": [
        {
            "name": "Strava Trigger",
            "type": "n8n-nodes-base.stravaTrigger",
            "position": [
                470,
                300
            ],
            "webhookId": "2b0c6812-ac24-42e5-b15e-8d1fb7606908",
            "parameters": {
                "event": "create",
                "options": []
            },
            "credentials": {
                "stravaOAuth2Api": "strava"
            },
            "typeVersion": 1,
            "id": "454d7ab2-ea24-4bb0-befb-3c99a60e54ec"
        },
        {
            "name": "Beeminder",
            "type": "n8n-nodes-base.beeminder",
            "position": [
                670,
                300
            ],
            "parameters": {
                "goalName": "testing",
                "additionalFields": {
                    "comment": "={{$json[\"object_data\"][\"name\"]}}"
                }
            },
            "credentials": {
                "beeminderApi": "Beeminder credentials"
            },
            "typeVersion": 1,
            "id": "839a0fc0-a097-4469-b20a-540f3fb71f79"
        }
    ],
    "connections": {
        "Strava Trigger": {
            "main": [
                [
                    {
                        "node": "Beeminder",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Strava API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows