Hey,
I want to build an integration between my software and MONDAY.
My goal is to report working hours on projects in my system, and make an API call to update the MONDAY.
I don’t really know the method with GRAPHQL, I wanted to know if there are other options?
Any request I can send in POSTMAN in raw and not in Graphql?
Thank you
Page 1 / 1
graphql is just a string. to use raw you just create JSON:
{ “query”: “graphql query string goes here”}
GraphQL is the only option for the monday.com API though.
You don’t need special libraries or tools for GraphQL, just write the query string(s) you need and send them in the request.
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.