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

Wait Limit Update Webhook
View
Manual Microsofttodo Automate Triggered
View
AI Agent to chat with you Search Console Data, using OpenAI and Postgres
View
Create, add an attachment, and send a draft using the Microsoft Outlook node
View
Mattermost N8N Automate Triggered
View
CV Evaluation - Error Handling
View
Stickynote Send Triggered
View
Contact Form Text Classifier for eCommerce
View
Transform Image to Lego Style Using Line and Dall-E
View
Shopify Zendesk Create Triggered
View