Wordpress news content

Hello, I’ve been stuck here for days figuring out on how can i upload news content in WordPress with images, this workflows sometimes work but it duplicates content sometimes.

I want to upload content in WP, I am using nocodb for the optimized contents, also imageurl are inside nocodb tables.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

There are two things I can think of:

  1. HTTP Request 2 needs to be a POST request, not a PUT request according to the WordPress API documentation.
  2. I’d imagine that HTTP Request 2 would actually create a new post if {{ $json.id }} is empty for some reason - perhaps because the WordPress node failed?
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.