n8n Workflow

Rename A Key In N8n

This n8n workflow automates tasks and integrates with various services. Rename A Key In N8n - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks and integrates with various services. Rename A Key In N8n - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                320
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "a735837a-828c-460f-a630-e959d52b27ba"
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                450,
                320
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "key",
                            "value": "somevalue"
                        }
                    ]
                },
                "options": []
            },
            "typeVersion": 1,
            "id": "7b6ac479-9713-44c5-94ec-bebbb83ae307"
        },
        {
            "name": "Rename Keys",
            "type": "n8n-nodes-base.renameKeys",
            "position": [
                650,
                320
            ],
            "parameters": {
                "keys": {
                    "key": [
                        {
                            "newKey": "newkey",
                            "currentKey": "key"
                        }
                    ]
                }
            },
            "typeVersion": 1,
            "id": "bb047e41-67c9-455e-adc7-a03d0e20f55b"
        }
    ],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Rename Keys",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows