Use this tag for questions about the monday.com collaborative work management platform's application programming interface, which supports read and write (mutating) access to boards, items, etc.
Questions tagged [monday.com]
50 questions
0
votes
0 answers
How can we build a formula column to sum of tasks under EPIC in Monday.com
we have recently started using monday.com and creating epcis and tasks under epic. There is estimated hours for each task . how can we build a formula column to sum of total tasks estimated hours under epic
There is no estimated hours column…
0
votes
1 answer
Monday.com Creating a new item with column values populated using the API with PHP
I am attempting to create a new item on a Monday board using the API with PHP, but I am receiving an error from the API. Here is my code:
$query = 'mutation ($myItemName: String!, $columnVals: JSON!) { create_item
(board_id:XXXXXXX,…

Alex Douglas
- 534
- 1
- 8
- 21
0
votes
1 answer
Monday.com create board item JSON layout
I have a Monday.com board (table). I want to add a new item (row) including the column values. Columns are of type:
email
color
timeline
date
hour
text
I want to create the GraphQL API call in JavaScript on the browser.

Larry K
- 47,808
- 15
- 87
- 140
0
votes
0 answers
Payload from Monday.com not providing the desired information
I am trying to create a webhook from Monday.com to an AWS Lambda function.
My Monday board is structured like so :
Name
Price
Status
A
8
Under Review
B
9
Under Review
There is a webhook configured which fires off when the Status…

Durr
- 31
- 4
0
votes
0 answers
Fail to create item on Monday.com through Integromat with Error code: ColumnValueException
I am trying to create an item on Monda.com through Integromat.
But it fails to create with an error code below;
I am an absolute beginner and unfamiliar with coding stuff but I am trying to create this looking at other existing scenarios... Please…

SPRRYM
- 1
0
votes
0 answers
How can I resolve monday.com parse error: "Parse error on \"function\" (IDENTIFIER) at [1, 1]",?
I am new to coding and monday.com Qraph QL. I have the following parse error when trying to compile my graph ql code to connect to monday.com and return values from a certain column:
Error:
{
"errors": [
{
"message": "Parse error on…

Lizzy
- 137
- 10
0
votes
0 answers
How to resolve import and export error in reportWebVitals.js
I am new to coding with React.js and monday.com. I am trying to create a weather app that works with monday.com. I want the app to use the location column on the monday.com board to display the weather data for a specific city. My api seems to work…

Lizzy
- 137
- 10
0
votes
1 answer
Is it possible to list or delete monday.com webhooks?
I am using webhook integration to sync monday.com tasks' update, Unfortunately the baseUrl changed and I need to update the webhooks URL accordingly, Is it possible to do that?

M.Shaltoot
- 33
- 7
0
votes
0 answers
Upload file to monday.com - working from Postman, not working from Client
I am new to monday.com and also to GraphQL, so I had to figure everything from scratch.
Currently I am developing app, where I need to upload file to specific database column.
Columns looks like this:
files_1 : {
id: "files_1",
text:…

Marek
- 95
- 1
- 13
0
votes
1 answer
API passing a token
I'm trying to get an api request,
and in order to do that i need to pass an authentication token.
in what way can i do that?
( in the tutorial i followed, they used SECRETS folder in apps scripts.. couldnt find any info about it.)
i tryied hard…

levi
- 43
- 1
- 6
0
votes
1 answer
how to iterate information in the state in React
Best regards. This is my first question. I am new to react and I do not know how to do with this doubt.
I make a request and I keep the answer in the state. Now I can't deserialize the json and use it within the app. I have tried several ways that…

Kintaro
- 1
- 1
0
votes
1 answer
Not able to put tag column value on monday item
I am trying to use python to automation common Monday tasks. I am able to create an item in the board but the column (type=tag) is not updating.
I used this…

Krishnom
- 1,348
- 12
- 39
0
votes
2 answers
AWS Lambda - [ERROR] (rapid) Failed to reserve: AlreadyReserved
My AWS Lambda occasionally fails receiving event message from Monday.com. I'm using a containerized Lambda deployment (via Docker).
The flow is:
There's a Monday.com board (just like an excel spreadsheet) where some data is being entered.
Every…

ukie
- 188
- 2
- 15
0
votes
2 answers
C# Parsing Json string returned from GraphQL - Monday.com
I'm running into issues parsing a json reponse from GraphQL. The issue is the array will come back with more arrays half the time. My code is just getting out of hand and ugly.
Json file (trimmed it a bit. It can be 20+ data arrays)
{
…

Meneghini
- 147
- 1
- 1
- 10
0
votes
3 answers
Monday.com & RestSharp API Request
I'm trying to write my first request to Monday.com and can't figure out why my request comes back "StatusCode: NotAcceptable". I've tried a few different methods to send the query but not sure that's the issue. Has anyone done this before or seen…

Meneghini
- 147
- 1
- 1
- 10