Building my very first test workflow, I based my workflow setting from @ giulioandreini in Parsing Json items, and practically nothing more is added to my workflow.
I set the workflow to accept multiple HTTP methods (GET and POST). Using production URL and web browser and GET, I get The URL of the Google search query for the term " " is:, which is expected.
Now, using the same production URL, using Postman and POST, I get “message”: “Error in workflow”.
Any idea why the difference?
n8n version 1.72.1
PostgreSQL 16
EXECUTIONS_PROCESS: default (no idea what it is yet)
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
The workflow you pointed out to does not use the Webhook node. How do you try to use Postman in that case if nothing listens to incoming requests?
Could you share the actual workflow you have created as well as the error produced by the workflow (and in which node) when it responds to your HTTP request from Postman?