n8n Workflow

Write Http Query String On Image

This n8n workflow automates tasks and integrates with various services. Write Http Query String On Image - 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. Write Http Query String On Image - ready to import and run in your n8n instance.
Features:
  • Receives webhook events
  • Makes HTTP requests to external APIs
Source Code
{
    "nodes": [
        {
            "name": "Webhook",
            "type": "n8n-nodes-base.webhook",
            "position": [
                700,
                350
            ],
            "parameters": {
                "path": "test",
                "responseData": "firstEntryBinary",
                "responseMode": "lastNode"
            },
            "typeVersion": 1,
            "id": "34b7466e-5ce7-472f-80d3-8fc864acfb5c"
        },
        {
            "name": "Edit Image",
            "type": "n8n-nodes-base.editImage",
            "position": [
                1100,
                350
            ],
            "parameters": {
                "text": "=They found the killer it was {{$node[\"Webhook\"].data[\"query\"][\"name\"]}}!",
                "fontSize": "=25",
                "operation": "text",
                "positionX": 150,
                "positionY": 180,
                "lineLength": 18
            },
            "typeVersion": 1,
            "id": "62e43d4a-f3e7-44ce-b692-053ffc0671c1"
        },
        {
            "name": "Read File URL",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                900,
                350
            ],
            "parameters": {
                "url": "https://www.needpix.com/file_download.php?url=//storage.needpix.com/thumbs/newspaper-412809_1280.jpg",
                "responseFormat": "file"
            },
            "typeVersion": 1,
            "id": "7fe32cad-9fc0-4a2b-b016-4dfd08f748ba"
        }
    ],
    "connections": {
        "Webhook": {
            "main": [
                [
                    {
                        "node": "Read File URL",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Read File URL": {
            "main": [
                [
                    {
                        "node": "Edit Image",
                        "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