Response body

our response api is

error status code 400
and in body

{
“messages”: [
“error message”
]
}

Screenshot at May 25 22-48-48
i need print error message
code 400 message error message

i use naw

"response": {
    "output": "{{body}}",
    "error": {
        "messages": "{{body}}"
    }
}

}

Hello,

I am not really sure about the question here, maybe you can elaborate a bit more on it. However, whenever, I get some errors and would like to drill down and understand what could have gone wrong, the Integromat/Make Devtool really works well for me.

You can access the documentation here.

Here is also an excellent tutorial that helped me understand the workings of it.

2 Likes