Workflow: Manual Crypto Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Crypto",
            "type": "n8n-nodes-base.crypto",
            "position": [
                450,
                300
            ],
            "parameters": {
                "value": "n8n rocks!"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Crypto",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Publish Image Post to Bluesky
View
Splitout Code Automation Webhook
View
Filter Slack Create Webhook
View
Splitout Code Import Webhook
View
Ultimate Personal Assistant
View
Slack AI Chatbot with RAG for company staff
View
Automated Daily Weather Data Fetcher and Storage
View
Todoist Weekly Review Template
View
HTTP Stickynote Create Webhook
View