Where is mistake in my template

Hello n8n team, this is not the first time I have edited a template to upload it to the template marketplace, but it cannot pass moderation in any way. Please tell me where the errors are described, I could not find the reasons for the refusal. Best regards

it’s not clear through Images, can you more elaborate your question?

@Tina_Anit

Likely issues & how to fix them:

  1. Template description is too vague
    → Clearly explain what the workflow does, inputs, outputs, and limitations. Avoid marketing language.

  2. Missing or unclear credentials setup
    → Explicitly document how users should configure the OpenAI / KIE.AI credentials and required environment variables.

  3. Node naming & structure
    → Ensure all nodes have clear, descriptive names and no unused or disabled nodes remain.

  4. Hard-coded values
    → Replace hard-coded prompts, models, or URLs with parameters or clearly documented defaults.

  5. Error handling missing
    → Add basic error handling (e.g., failed API response, empty input, invalid image URL).

  6. Marketplace compliance
    → Verify the template follows n8n marketplace rules:

    • No proprietary keys included

    • No misleading claims (e.g., “official OpenAI”)

    • Correct service naming and attribution

  7. README / Notes section incomplete
    → Add a short “How to use”, “Expected input”, and “Example output” section.

Next step:
Re-submit after addressing the above and explicitly mention in the resubmission notes what was changed. This usually speeds up approval.

1 Like

Hey @Tina_Anit!

Here’s the template you submitted:

… and here’s our feedback:

For spelling - fix “OpenAi” to “OpenAI” in the title

Regarding sticky notes - check out our guidelines here. We’re basically expecting you to have one “main” sticky note that describes what the workflow does and how to set it up.

Hope this helps :wink:

Miha

1 Like