Skip to main content

Hello everyone,

I was trying to create a new Monday integration to my app and I had some issues after I finished with the OAuth process (my integration doesn’t need the user to enter any particular board_Id on any other data I get access to it from the token).


As I confirmed my integration I was getting this error on this particular request ( when I pressed on the “Add to board” button),






I hope you guys could help me out,

Thanks a-lot!

Hey @Eden_Attias - welcome to the community!


Shooting you a DM about this now so we can further troubleshoot.


-Daniel


Hey @Eden_Attias,


the monday API uses graphQL which only accepts POST requests.


Maybe that already fixes the issue.


Greetings