Error: 422 Unprocessable Entity Many Chat integration

Hello,

I am having a challenge resolving this error while trying to connect to Many chat for cody chatbot automation. Any advice on what to do?

DataError

Error: 422 Unprocessable Entity

  • {“message”:“The name field is required. (and 1 more error)”,“errors”:{“name”:[“The name field is required.”],“bot_id”:[“The bot id field is required.”]}}



Welcome to the Make community!

Looks like your JSON is invalid because you are escaping the special characters unnecessarily.

You can check if a JSON is valid by copy-pasting into jsonformatter.org and click “Format / Beautify” and/or “Validate”.

If your JSON is invalid, this tool will help point out where you need to look at!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.