Help

{"error":{"type":"INVALID_REQUEST_BODY","message":"Could not parse request body"}}

413 0
cancel
Showing results for 
Search instead for 
Did you mean: 
WaitroseCarpark
6 - Interface Innovator
6 - Interface Innovator

Hi all

Been trying to pass a simple body through to one of my tables using Metatrader 5:

{
	"records": [
		{
			"fields": {
				"Ticket": "abc",
				"Notes": "Notes here"
			}
		}
	]
	
}

However, it fails with the error: {"error":{"type":"INVALID_REQUEST_BODY","message":"Could not parse request body"}} 

I've been using webhook.site to test sending from Metatrader, and passing it through here works fine. Body recieved ok when I just switch out the URLs.

I've also tested with Postman and the raw body works fine sending the raw body through to both airtable and webhooks.site

So I've kinda backwards and forwards tested both ways to airtable but can't figure out why sending it from Metatrader is not working when using it to send to webhooks works ok.

Is there any way of bug tracing this a little more or getting more info from airtable? 

0 Replies 0