Setting up External Connection frustrations

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:

URL Called:
URL REMOVED DUE TO POST RESTRICTION

Full Response:

{
“Name”: “Bob Bobberson”,
“Address”: “123 abc street, suburb”,
“Notified”: false,
“ClockID”: “FHT7YZTVFM7DQDJY”,
}

Anyone able to offer a suggestion?

Hi @Torrsy.

This error message looks, strange, may be you could provide a screenshot?

Did you try to set “Content-Type: application/json” on your server?

Best regards, Victor.

The server is replying with application/json.

Here is the screen of the error.

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

Hi @Torrsy,

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?

Best,
Victor