AutomationFlowsGeneral › Webhook to Image Query String Writer

Webhook to Image Query String Writer

Original n8n title: Write Http Query String on Image

Write Http Query String On Image. Uses editImage, httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesEdit ImageHTTP Request
General Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Editimage → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        700,
        350
      ],
      "parameters": {
        "path": "test",
        "responseData": "firstEntryBinary",
        "responseMode": "lastNode"
      },
      "typeVersion": 1
    },
    {
      "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
    },
    {
      "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
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Read File URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read File URL": {
      "main": [
        [
          {
            "node": "Edit Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Write Http Query String On Image. Uses editImage, httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.

Clockify, HTTP Request
General

DesligaBot. Uses httpRequest. Webhook trigger; 6 nodes.

HTTP Request
General

Export Workflows. Uses scheduleTrigger, httpRequest, respondToWebhook. Webhook trigger; 5 nodes.

HTTP Request
General

Vapi Invoice. Uses httpRequest, respondToWebhook. Webhook trigger; 4 nodes.

HTTP Request
General

Get Information Of An Image. Uses manualTrigger, editImage, httpRequest. Event-driven trigger; 3 nodes.

Edit Image, HTTP Request