Error Bad request - please check your parameters

Describe the problem/error/question

I am trying to connect Webhook with http which will fetch data from webhook and send it to Google chat webhook.
I am getting my input from webhook and when i am trying to send it to http it showing me error "Error: Bad request- please check your parameters "

What is the error message (if any)?

ERROR: Bad request - please check your parameters

Problem in node ‘HTTP Request‘

Bad request - please check your parameters

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @Shivlal_Sharma,

It looks like Google is not happy with the data you are sending, Looking at the talk API it expects the body to have certain fields which can be found here: REST Resource: spaces.messages  |  Google Chat  |  Google Developers

So do i need to add mentioned fields into my payload data?

Hey @Shivlal_Sharma,

Yeah, You would need to include the fields that Google is expecting and put your data in I assume the message field.

Still showing same

Hey @Shivlal_Sharma,

It looks to be an instance of message so your data is still not correct, You can find the fields you need to have here: REST Resource: spaces.messages  |  Google Chat  |  Google Developers

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