Hello everybody,
I am trying to use the Notification System for an Application. I am using the api method as described in https://monday.com/developers/apps/sdk. When sending a mutation api call as described here https://monday.com/developers/v2#mutations-section-notifications, i get a 500 Error back.
Before the 500 Error i was able to check that the query and all its details are alright, because i got a validation error for using the wrong notification type.
I tried out lots of trial error so far but now i am in the status that I have to ask, any help is appreciated.
This is how the request looks like:
{"query":"mutation {\n create_notification (user_id: <userId>, target_id: <boardInstanceId>, text: \"Xou got a message\", target_type: Project) {\n text\n }\n }","client_id":"<client_id>","client_token":"<token>"}