I’m trying to setup an external connection and to me, everything looks good. But, Adalo is spitting out an error:
I provide the URL, it makes contact and my server sends back data but Adalo says “Unsppport content type:”
This is the data I’m getting back to Adalo:
{
“Name”: “Bob Bobberson”,
“Address”: “123 abc street, suburb”,
“Notified”: false,
“ClockID”: “FHT7YZTVFM7DQDJY”,
}
This is the full error message:
An error occurred when calling Get All
Unsupported content type:
I’ve never seen Integromat hooks which can be used as a collection… why did you decide to do it? Are you planning to create 5 different webhooks to simulate the collection capabilities? Where do you store the data itself?