Monday.com - create an item from a shortcut

Hey all,

I’m building an iOS shortcut to add an item to a board in Monday.com which uses GraphQL.

I have hit an issue when it comes to authentication (see below).

Here’s Monday’s API docs: monday.com GraphQL API

Here’s the shortcut… any ideas?

I can make out you have your API token in place and you are getting a general server error. I am not convinced your JSON is right, looking at some of the quoting, but that is from a quick scan and with no applied context. But if your JSON was wrong, that could certainly cause the API to balk and return a generic error.

If it was an authentication issue, I would expect a different and specific error code.

Thanks Sylumer, it was the JSON query :+1: