Overlay HTTP Query Text on Images Dynamically - n8n Workflow | Neura Market
Overlay HTTP Query Text on Images Dynamically
This workflow receives an HTTP webhook request, fetches a base image from a URL, overlays custom text from query parameters onto the image, and returns the modified image as a response.
This n8n workflow demonstrates a creative automation for dynamic image generation. It starts with a Webhook node that captures incoming HTTP requests, extracting query parameters like 'name'. Next, it uses an HTTP Request node to download a base image (e.g., a newspaper graphic) from a specified URL. The Edit Image node then overlays personalized text, such as 'They found the killer it was [name]!', onto the image at precise coordinates with customizable font size and line length. Finally, the w
Platform
n8n
Category
E-commerce
Price
$4.99
Creator
BestWorkflows
image-editing
webhook
http-request
dynamic-images
personalization
e-commerce
order-processing
automation
visual-content
demo
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.