Describe the problem/error/question
Sending an HTTPs POST request to Wordpress to create a custom post type, meaning the post type was created using “Pods”, just returns the list of existing posts and does not create a new post.
I was able to make a default Wordpress post with the same credentials, so the issue is not there. I’ve disabled plugins and tried but still doesn’t work.
My custom post type or pod is called “Mentors” and based on Pods REST API I am sending it to the right URL
What do you think is going wrong?
What is the error message (if any)?
Sending HTTPS Post request to wordpress custom post type but only getting back results like a GET request
Please share your workflow
Share the output returned by the last node
Output is a list of results from that custom post type instead of creating a new post
Information on your n8n setup
- **n8n version:**1.23.0
- Database (default: SQLite):
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**own
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
- Operating system: