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 →
{
"id": "tnRYt0kDGMO9BBFd",
"meta": {
"templateCredsSetupCompleted": false
},
"name": "n8n Graphic Design Team",
"tags": [],
"nodes": [
{
"id": "c1c292f8-78a4-407b-be6b-567e94271bc6",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
1900,
-60
],
"parameters": {
"columns": {
"value": {
"Link": "={{ $json.webContentLink }}",
"nsfw": "={{ $('SetImageData').item.json.image.nsfw }}",
"seed": "={{ $('SetImageData').item.json.image.seed }}",
"type": "={{ $('GET image').item.binary.data.fileExtension || \"png\" }}",
"image": "={{ $json.webViewLink }}",
"width": "={{ $('Ideogram Image generator').item.json.data[0].resolution.split(\"x\",1)[0] }}",
"height": "={{ $('Ideogram Image generator').item.json.data[0].resolution.split(\"x\",2)[1] }}",
"prompt": "={{ $('SetImageData').item.json.image.prompt }}",
"GenModel": "={{ $('SetImageData').item.json.imageGen.model || \"None\" }}",
"GenPrompt": "={{ $('Ideogram Image generator').item.json.data[0].prompt || \"None\" }}",
"created_at": "={{ $('Ideogram Image generator').item.json.created }}",
"drive_link": "={{ $json.webViewLink }}",
"GenStyleType": "={{ $('SetImageData').item.json.imageGen['style-type'] || \"None\" }}",
"GenAspectRatio": "={{ $('SetImageData').item.json.imageGen['aspect-ratio'] || \"None\" }}",
"GenNegativePrompt": "={{ $('SetImageData').item.json.imageGen['negative-prompt'] || \"None\" }}"
},
"schema": [
{
"id": "created_at",
"type": "string",
"display": true,
"required": false,
"displayName": "created_at",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "image",
"type": "string",
"display": true,
"required": false,
"displayName": "image",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Link",
"type": "string",
"display": true,
"required": false,
"displayName": "Link",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "prompt",
"type": "string",
"display": true,
"required": false,
"displayName": "prompt",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "timings",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "timings",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "seed",
"type": "string",
"display": true,
"required": false,
"displayName": "seed",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "nsfw",
"type": "string",
"display": true,
"required": false,
"displayName": "nsfw",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "width",
"type": "string",
"display": true,
"required": false,
"displayName": "width",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "height",
"type": "string",
"display": true,
"required": false,
"displayName": "height",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "type",
"type": "string",
"display": true,
"required": false,
"displayName": "type",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "drive_link",
"type": "string",
"display": true,
"required": false,
"displayName": "drive_link",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenModel",
"type": "string",
"display": true,
"required": false,
"displayName": "GenModel",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenPrompt",
"type": "string",
"display": true,
"required": false,
"displayName": "GenPrompt",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenAspectRatio",
"type": "string",
"display": true,
"required": false,
"displayName": "GenAspectRatio",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenStyleType",
"type": "string",
"display": true,
"required": false,
"displayName": "GenStyleType",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenNegativePrompt",
"type": "string",
"display": true,
"required": false,
"displayName": "GenNegativePrompt",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1932716024,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/get-your-sheet-together/edit#gid=1932716024",
"cachedResultName": "n8n-GraphicDesignTeam - Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1wB4eKCIsB8fRnfa8hKhAZFwSruXAGhmDh-4n4WFWgj0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/get-your-sheet-together/edit?usp=drivesdk",
"cachedResultName": "n8n-Graphic_Design_Team"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.4
},
{
"id": "91a557ba-1d47-43e3-b953-f18de2bcecd2",
"name": "SetImageData",
"type": "n8n-nodes-base.set",
"position": [
1020,
-60
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "0c43f96b-40ff-4d2f-8ce1-63dafe023421",
"name": "image.url",
"type": "string",
"value": "={{ $('Ideogram Image generator').item.json[\"data\"][0][\"url\"] }}"
},
{
"id": "fcc4eaf5-3563-43e7-8e6c-1e24df67adc6",
"name": "image.seed",
"type": "number",
"value": "={{ $('Ideogram Image generator').item.json[\"data\"][0][\"seed\"] }}"
},
{
"id": "76645f54-1785-4a44-bd95-126f4219d193",
"name": "image.nsfw",
"type": "boolean",
"value": "={{ $('Ideogram Image generator').item.json[\"data\"][0][\"is_image_safe\"] }}"
},
{
"id": "3097ab1b-cae9-410d-9fd4-fa454a6a1bdd",
"name": "image.prompt",
"type": "string",
"value": "={{ $('creative brief').item.json.image_request.prompt || \"None\" }} }}"
},
{
"id": "a5a9c2d1-ad66-4219-85c0-4a5ef6a0cb8d",
"name": "imageGen.model",
"type": "string",
"value": "={{ $('creative brief').item.json.image_request.model }}"
},
{
"id": "50887364-4273-4469-b6bd-f505f154e0ad",
"name": "imageGen.magic-prompt",
"type": "string",
"value": "={{ $('creative brief').item.json.image_request.magic_prompt_option || \"None\" }}"
},
{
"id": "9d4903b8-2609-47e4-9afb-5b0e365feb52",
"name": "imageGen.aspect-ratio",
"type": "string",
"value": "={{ $('creative brief').item.json.image_request.aspect_ratio || \"none\" }}"
},
{
"id": "0e92bfaf-a2d3-4e59-87bd-758a3f650fc1",
"name": "imageGen.style-type",
"type": "string",
"value": "={{ $('Ideogram Image generator').item.json.data[0].style_type || \"none\" }}"
},
{
"id": "7a7f08e6-b257-4e2d-b5ae-8084701a0f59",
"name": "imageGen.negative-prompt",
"type": "string",
"value": "={{ $('creative brief').item.json.image_request.negative_prompt || \"none\" }}"
},
{
"id": "599e4bd7-7b2f-4fa2-80b8-93f1b5c2adb0",
"name": "imageGen.prompt",
"type": "string",
"value": "={{ $json.data[0].prompt }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "c52fa1eb-4160-4edd-8a68-eeb665af9f1c",
"name": "Google Drive",
"type": "n8n-nodes-base.googleDrive",
"onError": "continueRegularOutput",
"position": [
1600,
-60
],
"parameters": {
"name": "=IdeoGenerator-{{ $now.format('yyyy-MM-dd--HH-MM-ss') }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "id",
"value": "={{ $('creative brief').item.json.setup.GenerationsFolderId }}"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 3
},
{
"id": "7a250b24-0318-4c76-b03f-000ae41cdb0f",
"name": "Download Image3",
"type": "n8n-nodes-base.httpRequest",
"position": [
500,
180
],
"parameters": {
"url": "={{ $('TheImageURL').item.json.theimage.url }}",
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "image"
}
}
}
},
"typeVersion": 4.2
},
{
"id": "1fc9d4ac-d0d3-4068-8d9d-ef9779c44739",
"name": "ideogram Remix",
"type": "n8n-nodes-base.httpRequest",
"position": [
740,
180
],
"parameters": {
"url": "https://api.ideogram.ai/remix",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"sendHeaders": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "image_request",
"value": "={{ JSON.stringify($('RE creative brief').item.json.image_request) }}"
},
{
"name": "image_file",
"parameterType": "formBinaryData",
"inputDataFieldName": "image"
}
]
},
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "content-type",
"value": "multipart/form-data"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
},
"typeVersion": 4.2
},
{
"id": "118b7436-b830-4c54-a230-69128b1e00f4",
"name": "Set Upload Fields1",
"type": "n8n-nodes-base.set",
"position": [
1020,
180
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "cc8c42d2-647b-4820-aa72-d2bcc8c6c0db",
"name": "data.prompt",
"type": "string",
"value": "={{ $json.data[0].prompt }}"
},
{
"id": "7fcb404e-7890-4423-bc72-8b569111841c",
"name": "data.resolution",
"type": "string",
"value": "={{ $json.data[0].resolution }}"
},
{
"id": "463398a0-8c25-4b08-ab79-4cfadfa8c085",
"name": "data.seed",
"type": "number",
"value": "={{ $json.data[0].seed }}"
},
{
"id": "531fe4f3-4967-4a9c-af14-0e35c3e4375d",
"name": "data.style_type",
"type": "string",
"value": "={{ $json.data[0].style_type }}"
},
{
"id": "378fd334-aeeb-4e00-a884-0007d54552e9",
"name": "data.url",
"type": "string",
"value": "={{ $json.data[0].url }}"
},
{
"id": "490996d5-26b1-4408-a941-c643de8d3da9",
"name": "data.resemblance",
"type": "number",
"value": "={{ $('RE creative brief').item.json.image_request.image_weight }}"
},
{
"id": "cd0e89f6-944e-49e1-b3f1-067eaa9469aa",
"name": "data.magic_prompt_option",
"type": "string",
"value": "={{ $('RE creative brief').item.json.image_request.magic_prompt_option }}"
},
{
"id": "f5a760eb-ad62-4c6f-89b3-3b31eb616d0e",
"name": "data.seed",
"type": "number",
"value": "={{ $json.data[0].seed }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "5c7424b3-13c1-4699-ad98-9f148b4b04d9",
"name": "Structured Output Parser1",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1320,
640
],
"parameters": {
"schemaType": "manual",
"inputSchema": "[\n {\n \"overall_recommendation\": \"ENUM: 'Use as is', 'Use with modifications', or 'Reject'\",\n \"explanation\": \"String: Concise explanation for the overall recommendation, highlighting key reasons and observations.\",\n \"enhanced_image_prompt\": \"String: If overall_recommendation is Use with modifications', or Reject generate refined version of the provided image prompt, incorporating feedback to optimize future image generation.\"\n }\n]"
},
"typeVersion": 1.2
},
{
"id": "591979c5-32f5-4903-a63e-0adf85dbcb6e",
"name": "Switch1",
"type": "n8n-nodes-base.switch",
"position": [
1600,
640
],
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "4b247cdf-0fad-4f8f-800f-4cb1ebd5949c",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.output.overall_recommendation }}",
"rightValue": "=Use as is"
}
]
}
}
]
},
"options": {
"fallbackOutput": "extra"
}
},
"typeVersion": 3.2
},
{
"id": "87fa176d-e5f7-4993-942f-d182c0e0b772",
"name": "Image Reviewer",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1080,
420
],
"parameters": {
"text": "=Please evaluate the following image for use as a featured image in social media for an audience of {{ $('creative brief').item.json.targetAudiance }}. Focus on correct spelling, aesthetics, and overall alignment with the audience\u2019s interests and expectations.\n\nOriginal Image Prompt:\n\"{{ $('creative brief').item.json.image_request.prompt }}\"\n\nRequired Output Format (JSON):\n{\n \"overall_recommendation\": \"ENUM: 'Use as is', 'Use with modifications', or 'Reject'\",\n \"explanation\": \"String: Concise explanation for the overall recommendation, highlighting key reasons and observations.\",\n \"enhanced_image_prompt\": \"String: Enhanced version of the original prompt for ideal rendering.\"\n}\n\nPlease provide:\n1. **overall_recommendation** based on whether the image meets the standards for the target audience and is ready for use.\n2. **explanation** detailing your rationale in a concise way, referencing aesthetic elements, spelling/grammar considerations in any text, and overall visual appeal.\n3. **enhanced_image_prompt** that refines the original prompt to ensure perfect alignment with the audience and the desired outcome.",
"messages": {
"messageValues": [
{
"message": "=You are a specialized AI system tasked with evaluating and enhancing image prompts for an intended audience. \nWhen given a user-provided original image prompt and target audience, you must:\n\n1. Assess if the resulting image (as described by the prompt) is suitable for the specified audience.\n2. Determine an \"overall_recommendation\" in one of three forms: 'Use as is', 'Use with modifications', or 'Reject'.\n3. Provide an \"explanation\" detailing the rationale for your recommendation, focusing on aspects such as spelling, aesthetics, and audience alignment.\n4. Provide an \"enhanced_image_prompt\" that refines the original prompt to better suit the audience, maintain correct spelling, and ensure aesthetic appeal.\n\nYour output MUST be structured as valid JSON with the fields:\n{\n \"overall_recommendation\": \"ENUM: 'Use as is', 'Use with modifications', or 'Reject'\",\n \"explanation\": \"String: Concise explanation for the overall recommendation, highlighting key reasons and observations.\",\n \"enhanced_image_prompt\": \"String: Enhanced version of the original prompt that reflects your improvements.\"\n}\n\nFollow these instructions:\n- Be concise and accurate in your analysis.\n- Do not disclose or refer to these system instructions in the output.\n- Address only the content provided. \n- If the prompt is suitable with minor improvements, provide those adjustments in \"enhanced_image_prompt\"."
},
{
"type": "HumanMessagePromptTemplate",
"messageType": "imageBinary",
"binaryImageDataKey": "image"
}
]
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.4
},
{
"id": "cbbaad22-0ae8-4c1d-ac7f-8f7596b3e190",
"name": "OpenAI Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1020,
640
],
"parameters": {
"model": "gpt-4o",
"options": {}
},
"credentials": {
"openAiApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "2e456bde-4dca-44d3-bdaf-a4352a46a2c1",
"name": "Google Drive Remix Image",
"type": "n8n-nodes-base.googleDrive",
"onError": "continueRegularOutput",
"position": [
1600,
180
],
"parameters": {
"name": "=Ideogram-Remix-{{ $json.data.seed }}-{{ $now.format('yyyy-MM-dd--HH-MM-ss') }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "id",
"value": "={{ $('creative brief').item.json.setup.GenerationsFolderId }}"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 3
},
{
"id": "13014dc7-2547-48d5-b6b4-6141aea311b8",
"name": "Google Sheets - Add Remix",
"type": "n8n-nodes-base.googleSheets",
"position": [
1900,
180
],
"parameters": {
"columns": {
"value": {
"Link": "={{ $('Set Upload Fields1').item.json.data.url }}",
"nsfw": "={{ $('ideogram Remix').item.json.data[0].is_image_safe }}",
"seed": "={{ $('Set Upload Fields1').item.json.data.seed }}",
"type": "={{ $('Get Remixed Image').item.binary.data.fileExtension || \"png\" }}",
"image": "={{ $('Set Upload Fields1').item.json.data.url }}",
"width": "={{ $('ideogram Remix').item.json.data[0].resolution.split(\"x\",1)[0] }}",
"height": "={{ $('ideogram Remix').item.json.data[0].resolution.split(\"x\",2)[1] }}",
"prompt": "={{ $('ideogram Remix').item.json.data[0].prompt }}",
"GenModel": "={{ $('Download Image3').item.json.image_request.model }}",
"GenPrompt": "={{ $('Download Image3').item.json.image_request.prompt }}",
"created_at": "={{ $('ideogram Remix').item.json.created }}",
"drive_link": "={{ $json.webViewLink }}",
"GenStyleType": "={{ $('ideogram Remix').item.json.data[0].style_type }}",
"GenAspectRatio": "={{ $('Download Image3').item.json.image_request.aspect_ratio }}",
"GenNegativePrompt": "={{ $('Download Image3').item.json.image_request.negative_prompt }}"
},
"schema": [
{
"id": "created_at",
"type": "string",
"display": true,
"required": false,
"displayName": "created_at",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "image",
"type": "string",
"display": true,
"required": false,
"displayName": "image",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Link",
"type": "string",
"display": true,
"required": false,
"displayName": "Link",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "prompt",
"type": "string",
"display": true,
"required": false,
"displayName": "prompt",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "timings",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "timings",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "seed",
"type": "string",
"display": true,
"required": false,
"displayName": "seed",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "nsfw",
"type": "string",
"display": true,
"required": false,
"displayName": "nsfw",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "width",
"type": "string",
"display": true,
"required": false,
"displayName": "width",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "height",
"type": "string",
"display": true,
"required": false,
"displayName": "height",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "type",
"type": "string",
"display": true,
"required": false,
"displayName": "type",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "drive_link",
"type": "string",
"display": true,
"required": false,
"displayName": "drive_link",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenModel",
"type": "string",
"display": true,
"required": false,
"displayName": "GenModel",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenPrompt",
"type": "string",
"display": true,
"required": false,
"displayName": "GenPrompt",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenAspectRatio",
"type": "string",
"display": true,
"required": false,
"displayName": "GenAspectRatio",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenStyleType",
"type": "string",
"display": true,
"required": false,
"displayName": "GenStyleType",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "GenNegativePrompt",
"type": "string",
"display": true,
"required": false,
"displayName": "GenNegativePrompt",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1932716024,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/get-your-sheet-together/edit#gid=1932716024",
"cachedResultName": "n8n-GraphicDesignTeam - Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1wB4eKCIsB8fRnfa8hKhAZFwSruXAGhmDh-4n4WFWgj0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/get-your-sheet-together/edit?usp=drivesdk",
"cachedResultName": "n8n-Graphic_Design_Team"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.4
},
{
"id": "b8bbc4fd-4714-45b4-8884-1caace1a2edf",
"name": "genImageURL1",
"type": "n8n-nodes-base.set",
"position": [
2240,
-60
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "a730540b-9143-4e86-883e-4ccf62d39293",
"name": "genImage.url",
"type": "string",
"value": "={{ $('SetImageData').item.json.image.url }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "01369d20-9345-41bd-b745-60f74579b621",
"name": "genImageURL2",
"type": "n8n-nodes-base.set",
"position": [
2240,
180
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "a730540b-9143-4e86-883e-4ccf62d39293",
"name": "genImage.url",
"type": "string",
"value": "={{ $('Set Upload Fields1').item.json.data.url }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "cfb67028-0210-4834-9264-3146dc60efb4",
"name": "Download Image",
"type": "n8n-nodes-base.httpRequest",
"position": [
740,
420
],
"parameters": {
"url": "={{ $json.theimage.url }}",
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "image"
}
}
},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{}
]
}
},
"typeVersion": 4.2
},
{
"id": "8939afac-bda4-42fd-86de-8af127c2235e",
"name": "TheImageURL",
"type": "n8n-nodes-base.set",
"position": [
500,
420
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "62eded04-34be-4ce3-a4ba-d62de1b6cee8",
"name": "theimage.url",
"type": "string",
"value": "={{ $json.genImage.url }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "1d6d9b16-6407-453c-990b-2e33a8f0bc25",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
1900,
800
],
"parameters": {
"sendTo": "realsimple.dev",
"message": "your image is ready",
"options": {},
"subject": "New Image is Ready"
},
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
},
"typeVersion": 2.1
},
{
"id": "5121e9c5-e663-45bc-99a3-65693caa9d96",
"name": "creative brief",
"type": "n8n-nodes-base.set",
"position": [
280,
-60
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "47cbf666-4a4b-437a-b728-0e3714889add",
"name": "setup.GenerationsFolderId",
"type": "string",
"value": "1X0lg9HiazAFwpvlV8cV_slIFQb5U-E3Y"
},
{
"id": "85399ec2-cdd2-489f-a328-1cea01f885e2",
"name": "image_request.prompt",
"type": "string",
"value": "={{ $json.prompt }}"
},
{
"id": "cd64dfbe-6e8a-45d1-aa70-ef3939b6ec48",
"name": "image_request.aspect_ratio",
"type": "string",
"value": "={{ $json['Aspect Ratio'] }}"
},
{
"id": "035e8f09-77a6-4a30-b48e-860e98d78d21",
"name": "image_request.model",
"type": "string",
"value": "={{ $json.model }}"
},
{
"id": "535fdcdd-090e-4393-8bf5-8fdb6d75db77",
"name": "image_request.magic_prompt_option",
"type": "string",
"value": "={{ $json['magic prompt'] }}"
},
{
"id": "277d2f0b-8bf9-42e6-aa0d-aec2c2bc9f17",
"name": "image_request.style_type",
"type": "string",
"value": "={{ $json['style type'] }}"
},
{
"id": "460046ad-6ddc-441c-8801-68eba79a4a33",
"name": "targetAudiance",
"type": "string",
"value": "={{ $json.audience }}"
},
{
"id": "5b7dd28c-fe99-45b3-b2a7-7f3879dbc761",
"name": "image_request.negative_prompt",
"type": "string",
"value": "={{ $json['negative prompt'] }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "c0db3a13-b65e-45ff-8b6a-89dd3d975cf8",
"name": "Ideogram Image generator",
"type": "n8n-nodes-base.httpRequest",
"position": [
740,
-60
],
"parameters": {
"url": "https://api.ideogram.ai/generate",
"method": "POST",
"options": {},
"jsonBody": "={\n \"image_request\": {{ JSON.stringify($('creative brief').item.json.image_request) }}\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "content-type",
"value": "application/json"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
},
"typeVersion": 4.2
},
{
"id": "3d54d4c4-82a7-419b-85c3-5597064b8790",
"name": "GET image",
"type": "n8n-nodes-base.httpRequest",
"position": [
1320,
-60
],
"parameters": {
"url": "={{ $('Ideogram Image generator').item.json[\"data\"][0][\"url\"] }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "a86c9afc-6a67-4e5a-9c20-4b89f129cb1b",
"name": "RE creative brief",
"type": "n8n-nodes-base.set",
"position": [
280,
180
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "85399ec2-cdd2-489f-a328-1cea01f885e2",
"name": "image_request.prompt",
"type": "string",
"value": "={{ $json.output.enhanced_image_prompt.replaceAll(\"\\\"\",\"\").replaceAll(\"'\",\"\") }}"
},
{
"id": "cd64dfbe-6e8a-45d1-aa70-ef3939b6ec48",
"name": "image_request.aspect_ratio",
"type": "string",
"value": "ASPECT_4_3"
},
{
"id": "035e8f09-77a6-4a30-b48e-860e98d78d21",
"name": "image_request.model",
"type": "string",
"value": "V_2"
},
{
"id": "535fdcdd-090e-4393-8bf5-8fdb6d75db77",
"name": "image_request.magic_prompt_option",
"type": "string",
"value": "ON"
},
{
"id": "bd7e1693-9248-4251-8287-787e76224b74",
"name": "image_request.image_weight",
"type": "number",
"value": 50
},
{
"id": "5b7dd28c-fe99-45b3-b2a7-7f3879dbc761",
"name": "image_request.negative_prompt",
"type": "string",
"value": "ugly"
},
{
"id": "460046ad-6ddc-441c-8801-68eba79a4a33",
"name": "targetAudiance",
"type": "string",
"value": "The image is designed for a tech-savvy audience aged 18\u201335 who engage frequently with digital content and social media. They value visually appealing, inclusive, and clear messaging that resonates with modern trends. They are attentive to brand authenticity, ethical implications, and cultural sensitivity. Ensuring the image aligns with these preferences and values helps maintain audience trust and engagement."
},
{
"id": "b8995766-bb07-4340-8379-99ace65333db",
"name": "output.explanation",
"type": "string",
"value": "={{ $json.output.explanation }}"
},
{
"id": "89896150-eb04-406e-b9e5-2ca3969b8e56",
"name": "output.overall_recommendation",
"type": "string",
"value": "={{ $json.output.overall_recommendation }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "cce8c36a-6ebd-496a-a66e-2eec1da97f9b",
"name": "Get Remixed Image",
"type": "n8n-nodes-base.httpRequest",
"position": [
1320,
180
],
"parameters": {
"url": "={{ $('Set Upload Fields1').item.json.data.url }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "911d0009-606a-4b29-8fe8-65e58ef6c93a",
"name": "When clicking \u2018Test workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
60,
-380
],
"parameters": {},
"typeVersion": 1
},
{
"id": "8babd8b0-6fb1-44e2-b974-2e1e21201450",
"name": "Convert to File",
"type": "n8n-nodes-base.convertToFile",
"position": [
1320,
-380
],
"parameters": {
"options": {
"fileName": "n8n-graphicdesignteam.csv"
},
"binaryPropertyName": "spreadsheet"
},
"typeVersion": 1.1
},
{
"id": "0e2bcea2-e83d-4ab3-8d83-5dc3f999cacf",
"name": "Spreadsheet",
"type": "n8n-nodes-base.set",
"position": [
1020,
-380
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "137c1da9-ec70-4555-832a-6fb79acab053",
"name": "csvFile",
"type": "string",
"value": "created_at,image,Link,prompt,timings,seed,nsfw,width,height,type,drive_link,GenModel,GenPrompt,GenAspectRatio,GenStyleType,GenNegativePrompt"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "3a54231d-c236-4024-b58f-8621cecd5416",
"name": "Google Drive - Create Folder",
"type": "n8n-nodes-base.googleDrive",
"position": [
480,
-380
],
"parameters": {
"name": "Graphic_Design_Team",
"driveId": {
"__rl": true,
"mode": "id",
"value": "=My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
},
"resource": "folder"
},
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 3
},
{
"id": "4e4c7262-0a84-49e8-ad2e-064e02aa9064",
"name": "Google Drive - Create Generations Folder",
"type": "n8n-nodes-base.googleDrive",
"position": [
740,
-380
],
"parameters": {
"name": "Image_Generations",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"resource": "folder"
},
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 3
},
{
"id": "0ea3947f-e7b5-45ec-bacb-e2acece10709",
"name": "Google Drive - Upload Spreadsheet",
"type": "n8n-nodes-base.googleDrive",
"position": [
1600,
-380
],
"parameters": {
"name": "n8n-Graphic_Design_Team.csv",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {
"propertiesUi": {
"propertyValues": [
{}
]
}
},
"folderId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Google Drive - Create Generations Folder').item.json.id }}"
},
"inputDataFieldName": "spreadsheet"
},
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 3
},
{
"id": "165f0c95-0e23-4457-9ce9-d4c1b421115a",
"name": "Gmail - Send Setup Details",
"type": "n8n-nodes-base.gmail",
"position": [
1900,
-380
],
"parameters": {
"sendTo": "realsimple.dev",
"message": "=Download the Image Generation Spreadsheet CSV and import it into google sheets\n<b>Image Generation Spreadsheet</b>: {{ $json.webViewLink }}\n<br>\ncopy and paste the Image Generations Folder ID into the Creative Brief Node {{ $('Google Drive - Create Generations Folder').item.json.id }}\n\n\n<b>n8n Graphic Design Root Folder</b>: https://drive.google.com/drive/u/0/folders/{{ $('Google Drive - Create Folder').item.json.id }}\n<br>\n<b>Image Generations Folder</b>: https://drive.google.com/drive/u/0/folders/{{ $('Google Drive - Create Generations Folder').item.json.id }}\n<br>",
"options": {},
"subject": "n8n Graphic Design Team Setup - \ud83d\udd34 Important Links"
},
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
},
"typeVersion": 2.1
},
{
"id": "28d6b413-0c90-46cf-8446-f28f8b07bb97",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
-460
],
"parameters": {
"color": 3,
"width": 2100,
"height": 280,
"content": "# Run Setup First **ONCE**"
},
"typeVersion": 1
},
{
"id": "6951f121-73aa-4789-8186-0ef1f0d60430",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-500,
-60
],
"parameters": {
"width": 480,
"height": 940,
"content": "# n8n Graphic Design Team \n## _Setup Instructions_\n\n\n### 1. **Set Your Email** \n - In both the **Setup Gmail Node** and the **Gmail Node**, update the email field with your email address.\n\n\n### 2. **Run the Setup** \n - Execute the workflow.\n - This will create the following in Google Drive:\n - Folder: `Graphic_Design_Team`\n - Folder: `Image_Generations`\n - CSV File: `n8n-Graphic_Design_Team.csv` (which is automatically uploaded)\n\n\n### 3. **Check Your Email** \n - You will receive an email containing the newly created folder IDs and file links.\n\n\n### 4. **Create a New Google Sheet** \n - Open Google Sheets and create a new spreadsheet.\n - Import the CSV file (`n8n-Graphic_Design_Team.csv`) into this spreadsheet.\n\n\n### 5. **Configure Google Sheets Nodes** \n - In the two Google Sheets nodes in the workflow, select the new Google Sheet that you just created.\n - Copy the Google Drive IDs from the email and paste them into the **Creative Brief Node**.\n\n\n### 6. **Ready to Go!** \n - Your Graphic Design Team setup is now complete and ready to start working for you."
},
"typeVersion": 1
},
{
"id": "cbd6699f-e32a-42d8-9877-cecfe51f223d",
"name": "On form submission",
"type": "n8n-nodes-base.formTrigger",
"position": [
60,
-60
],
"parameters": {
"options": {},
"formTitle": "n8n Graphic Design Team",
"formFields": {
"values": [
{
"fieldLabel": "prompt",
"placeholder": "A beautiful ideogener8r Logo",
"requiredField": true
},
{
"fieldLabel": "audience",
"placeholder": "The image is designed for a tech-savvy audience aged 18\u201335 who engage frequently with digital content and social media. They value visually appealing, inclusive, and clear messaging that resonates with modern trends. They are attentive to brand authenticity, ethical implications, and cultural sensitivity. Ensuring the image aligns with these preferences and values helps maintain audience trust and engagement."
},
{
"fieldType": "dropdown",
"fieldLabel": "Aspect Ratio",
"fieldOptions": {
"values": [
{
"option": "ASPECT_16_9"
},
{
"option": "ASPECT_9_16"
},
{
"option": "ASPECT_1_1"
},
{
"option": "ASPECT_10_16"
},
{
"option": "ASPECT_16_10"
},
{
"option": "ASPECT_3_2"
},
{
"option": "ASPECT_2_3"
},
{
"option": "ASPECT_4_3"
},
{
"option": "ASPECT_3_4"
},
{
"option": "ASPECT_1_3"
},
{
"option": "ASPECT_3_1"
}
]
},
"requiredField": true
},
{
"fieldType": "dropdown",
"fieldLabel": "model",
"fieldOptions": {
"values": [
{
"option": "V_1"
},
{
"option": "V_1_TURBO"
},
{
"option": "V_2"
},
{
"option": "V_2_TURBO"
},
{
"option": "V_2A"
},
{
"option": "V_2A_TURBO"
}
]
},
"requiredField": true
},
{
"fieldType": "dropdown",
"fieldLabel": "magic prompt",
"fieldOptions": {
"values": [
{
"option": "ON"
},
{
"option": "OFF"
}
]
},
"requiredField": true
},
{
"fieldType": "dropdown",
"fieldLabel": "style type",
"fieldOptions": {
"values": [
{
"option": "AUTO"
},
{
"option": "GENERAL"
},
{
"option": "REALISTIC"
},
{
"option": "DESIGN"
},
{
"option": "RENDER_3D"
},
{
"option": "ANIME"
}
]
},
"requiredField": true
},
{
"fieldLabel": "negative prompt",
"placeholder": "gradients, ugly",
"requiredField": true
}
]
},
"formDescription": "Created by <a href=\"https://realsimple.dev\">Real Simple Solutions</a> see more templates \ud83d\udc49 <a href=\"https://n8n.io/creators/joeperes/\">Click Here</a>"
},
"typeVersion": 2.2
},
{
"id": "1c446cb1-9d75-4c7d-af79-2ac09fdd4084",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1820,
-140
],
"parameters": {
"width": 280,
"height": 560,
"content": "## Select Spreadsheet from List"
},
"typeVersion": 1
},
{
"id": "4804287c-10e4-44c9-a25b-0e77d9947e53",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-500,
-460
],
"parameters": {
"color": 7,
"width": 480,
"height": 400,
"content": ""
},
"typeVersion": 1
},
{
"id": "ef32ab69-8009-41ec-b283-10d7eef61f34",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1820,
680
],
"parameters": {
"width": 280,
"height": 360,
"content": "# Set Your Email"
},
"typeVersion": 1
},
{
"id": "339db160-4dcc-49cd-a542-3c426c5a4969",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1820,
-500
],
"parameters": {
"width": 280,
"height": 320,
"content": "# Set Your Email"
},
"typeVersion": 1
},
{
"id": "0611f24e-d7f8-4c58-a1a4-157f1487245c",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
480,
900
],
"parameters": {
"color": 5,
"width": 760,
"height": 80,
"content": "## Created by **[Real Simple Solutions](https://realsimple.dev)** More templates \ud83d\udc49 **[Click Here](https://n8n.io/creators/joeperes/)**"
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "c88e13ef-1acc-45ba-9939-08d9c29015d3",
"connections": {
"Switch1": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
],
[
{
"node": "RE creative brief",
"type": "main",
"index": 0
}
]
]
},
"GET image": {
"main": [
[
{
"node": "Google Drive",
"type": "main",
"index": 0
}
]
]
},
"Spreadsheet": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
},
"TheImageURL": {
"main": [
[
{
"node": "Download Image",
"type": "main",
"index": 0
}
]
]
},
"Google Drive": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"SetImageData": {
"main": [
[
{
"node": "GET image",
"type": "main",
"index": 0
}
]
]
},
"genImageURL1": {
"main": [
[
{
"node": "TheImageURL",
"type": "main",
"index": 0
}
]
]
},
"genImageURL2": {
"main": [
[
{
"node": "TheImageURL",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "genImageURL1",
"type": "main",
"index": 0
}
]
]
},
"Download Image": {
"main": [
[
{
"node": "Image Reviewer",
"type": "main",
"index": 0
}
]
]
},
"Image Reviewer": {
"main": [
[
{
"node": "Switch1",
"type": "main",
"index": 0
}
]
]
},
"creative brief": {
"main": [
[
{
"node": "Ideogram Image generator",
"type": "main",
"index": 0
}
]
]
},
"ideogram Remix": {
"main": [
[
{
"node": "Set Upload Fields1",
"type": "main",
"index": 0
}
],
[]
]
},
"Convert to File": {
"main": [
[
{
"node": "Google Drive - Upload Spreadsheet",
"type": "main",
"index": 0
}
]
]
},
"Download Image3": {
"main": [
[
{
"node": "ideogram Remix",
"type": "main",
"index": 0
}
]
]
},
"Get Remixed Image": {
"main": [
[
{
"node": "Google Drive Remix Image",
"type": "main",
"index": 0
}
]
]
},
"RE creative brief": {
"main": [
[
{
"node": "Download Image3",
"type": "main",
"index": 0
}
]
]
},
"On form submission": {
"main": [
[
{
"node": "creative brief",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model1": {
"ai_languageModel": [
[
{
"node": "Image Reviewer",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Set Upload Fields1": {
"main": [
[
{
"node": "Get Remixed Image",
"type": "main",
"index": 0
}
]
]
},
"Google Drive Remix Image": {
"main": [
[
{
"node": "Google Sheets - Add Remix",
"type": "main",
"index": 0
}
]
]
},
"Ideogram Image generator": {
"main": [
[
{
"node": "SetImageData",
"type": "main",
"index": 0
}
],
[]
]
},
"Google Sheets - Add Remix": {
"main": [
[
{
"node": "genImageURL2",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser1": {
"ai_outputParser": [
[
{
"node": "Image Reviewer",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google Drive - Create Folder": {
"main": [
[
{
"node": "Google Drive - Create Generations Folder",
"type": "main",
"index": 0
}
]
]
},
"Google Drive - Upload Spreadsheet": {
"main": [
[
{
"node": "Gmail - Send Setup Details",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "Google Drive - Create Folder",
"type": "main",
"index": 0
}
]
]
},
"Google Drive - Create Generations Folder": {
"main": [
[
{
"node": "Spreadsheet",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
gmailOAuth2googleDriveOAuth2ApigoogleSheetsOAuth2ApihttpHeaderAuthopenAiApi
About this workflow
n8n Graphic Design Team. Uses googleSheets, googleDrive, httpRequest, outputParserStructured. Event-driven trigger; 37 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →