Products without images
Scans your whole catalogue from the Products page and lists every product that has no image, so you know exactly what to enrich first.
Runs: Embedded in Propeller · Trigger: Button · Difficulty: Easy
What you need
- An n8n account. See Set up n8n.
- A Propeller API key.
- Owner access on the Configuration role to create the agent.
How it works
When you run the agent on the Products and clusters page, the workflow fetches your catalogue page by page (500 products at a time), skips clusters, removes duplicates and checks each product for images. The reply tells you how many products have no image and lists the first 50 by SKU and name, with a count of the rest.
With a very large catalogue the scan can take longer than the agent waits for an answer. The workflow caps itself at 500 pages as a safety rail. If you run into the timeout, lower the product statuses it scans or ask for help adapting it to respond asynchronously.
Install it
- In n8n, import the downloaded JSON as a new workflow.
- Create a header auth credential with your Propeller API key and select it on both HTTP Request nodes.
- Activate the workflow and copy the webhook production URL.
- Go to Admin > Agents and create an agent with Trigger Button and Interaction Mode Single Turn. Under Types, pick
BACKOFFICE_PRODUCTS. Paste the webhook URL. See AI Agents. - Open PIM > Products and clusters, click the Workflows button and run the agent to test it.
An agent type is the page where the agent appears. Stick to the types listed in the install steps: the workflow depends on the data that page sends along, so placing the agent on other pages may not work.
Make it yours
- Language: the product names are fetched in Dutch (
NL). Change the language in both GraphQL queries if your catalogue uses another language. - Which products count: the scanned product statuses are set in the query variables.
- List length: the reply shows the first 50 products. Change the slice in the Combine & Filter node.
Use it outside n8n
Copy the JSON into an AI assistant and follow Adjust a workflow with an AI assistant.
The workflows and agents in the Agent Hub are free to use and adapt. They are examples, not supported product features, so test them in a staging environment and check the results before using them in production.