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:
Jon
April 5, 2023, 7:54am
2
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?
Jon
April 5, 2023, 9:49am
4
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.
Jon
April 5, 2023, 1:29pm
6
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
system
Closed
July 4, 2023, 1:30pm
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.