Workflow: Twitter Strava Create

Workflow Details

Download Workflow
{
    "id": "95",
    "name": "Receive updates when a new activity gets created and tweet about it",
    "nodes": [
        {
            "name": "Strava Trigger",
            "type": "n8n-nodes-base.stravaTrigger",
            "position": [
                710,
                220
            ],
            "webhookId": "5ad7a644-4005-4118-a27e-7112bd0035a5",
            "parameters": {
                "event": "create",
                "object": "activity",
                "options": []
            },
            "credentials": {
                "stravaOAuth2Api": "strava"
            },
            "typeVersion": 1
        },
        {
            "name": "Twitter",
            "type": "n8n-nodes-base.twitter",
            "position": [
                910,
                220
            ],
            "parameters": {
                "text": "=I ran {{$node[\"Strava Trigger\"].json[\"object_data\"][\"distance\"]}} meters and completed my {{$node[\"Strava Trigger\"].json[\"object_data\"][\"name\"]}}!",
                "additionalFields": []
            },
            "credentials": {
                "twitterOAuth1Api": "twitter-Harshil"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Strava Trigger": {
            "main": [
                [
                    {
                        "node": "Twitter",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Stickynote Notion Create Webhook
View
Google Calendar Event Reminder
View
Webhook Filemaker Create Webhook
View
Testing Mulitple Local LLM with LM Studio
View
Line Save File to Google Drive and Log File's URL
View
Code GitHub Create Scheduled
View
Receive updates for events in Chargebee
View
Mattermost Webhook Automate Webhook
View
Manual Rssfeedread Automate Triggered
View
Wait Splitout Automation Webhook
View