Unable to get HTTP response but able to get it using Postman for Cal Api

Describe the problem/error/question

I am trying the following request from Postman

I get the following response in Postman

When I try to use the HTTP Node in my workflow as follows

I get empty response as seen above.

This is happening with all the various APIs of Cal, tried changing my workflow to a localhosted one as well the same issue

What is the error message (if any)?

No error messages are seen

Please share your workflow

Share the output returned by the last node

As seen above the output data is nothing

Information on your n8n setup

  • n8n version: 1.73.1
  • Database (default: SQLite): Default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows 11
1 Like

Solved - It was not executing any HTML request because I was not sending any item as an input. Thanks.

nodes are executed ONLY if an item input is passed, I was overlooking such a basic building block of n8n.

Hello Jeremet!

I have the same issue. I see that you were able to solve it but I don’t understand how you solved it exactly. Could you help me out by elaborating on your fix?

Thanks for your time.