Questions tagged [monday.com]

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.

50 questions
0
votes
1 answer

monday.com Access token received via OAuth is not valid to make API requests

I have a monday.com App in place. The current flow is as below. App in installed in the account Add any recipe to board User will be redirected to sign-in page Login to our product Redirected back to Monday to authorize the app. Here will…
Justin George
  • 323
  • 5
  • 25
0
votes
1 answer

How to connect with monday.com to create lead or deal in monday.com using curl php?

I checked the API documentation but there are no examples related to curl php. Can i get some guide on how to connect with monday.com to create lead or deal in monday.com using curl php? I have sample code (Token is wrong in this code snippet), but…
0
votes
2 answers

Creating an Item in a Board using an Http request/cURL

Hi I have this cURL request that I have been trying and failing to get it right, it gives me a 500 Error (Internal Error) Please see my curl request below: curl --location --request POST "https://api.monday.com/v2" --header "Authorization: XXXXX"…
Mxolisi
  • 63
  • 1
  • 1
  • 7
0
votes
1 answer

Monday.com integration to chrome extansion

hello i am trying to integrate Monday to my chrome extension, I am receiving the auth code and when i request token in exchange for the auth code i am receiving code 500 can someone point me to the right direction some of the code I am…
0
votes
1 answer

How to get current week monday's date in a variable in ssis package

I have to get present week monday's date dynamically in ssis variable. can someone please help me on this?Able to get in SQL server but in SSIS not able to do so
0
votes
1 answer

Normalize Monday.com API JSON output in Python

I am ultimately trying to generate a csv from the JSON output of a Monday.com API request. Below is my code so far. I am having trouble trying to flatten the JSON into a table. import requests import json import pandas as pd apiKey = "API Key…
0
votes
1 answer

How to query multiple boards in Monday using its API?

Can anyone know how to query multiple boards ids with Monday API? For a single board following code is correct: query = '{ boards (ids: 99999999) { name id description items { name column_values{title id type text } } } }' Is it possible to do…
larx
  • 15
  • 5
0
votes
1 answer

Zapier Code Mode : Integrating Monday.com

I am building a custom integration in Zapier to integrate with Monday.com. What should happen is the user will insert a project name as an input. The code will lookup all projects and create a dictionary (technically speaking an Object) of project…
emvy03
  • 103
  • 2
  • 12
0
votes
1 answer

Google Sheets + Monday.com API - Change column value

I managed to connect the Monday.com API with google sheets using Scripts and create a new item in my board, however, I can only insert the item name, how can I insert a value in my column. Code example: function Create_Line() { var ss =…
0
votes
1 answer

monday.com webhook integration - time not displayed in date-time json field

Basically I have successfully setup a monday.com integration with Webhooks. Long story short, when a new item is posted on monday.com, an HTTP request is sent to a URL which is handled by a Google Cloud Function. This GCF parses the JSON passed in…
ItsCiccio
  • 1
  • 1
0
votes
1 answer

Authenticating to Monday.com API from Zapier

I am building a intergration in Zapier (not a ZAP) to retrive dat from Monday.com Monday uses an API key that is required to be passed in the header to authenticate requests. In Zapier developer I have set up the authentication as API Key. I have…
0
votes
1 answer

What is the right construction to print this JSON data in React?

I'm new to React language and running into problem involving printing out of a given object/data-structure. Data structure (JSON?) { "boards": [ { "groups": [ { "title": "Introduction" }, { "title": "Page Two" } ] } ] } I'm at the point that I can…
Arno Tenkink
  • 1,480
  • 2
  • 9
  • 16
0
votes
2 answers

Create new invoice in XERO after deal was won on MONDAY

Want to create a new invoice in XERO automatically after a deal was won on Monday.com The problem is that can't find a specific event for this on Zapier. Or maybe it's possible to do this in any other way?
adelak
  • 647
  • 4
  • 11
  • 25
0
votes
0 answers

HTTP Error 401: Authorization Required while downloading a file from HTTPS

I'm encountering some "error 401: Unauthorized" problems while trying to download a file from a secure server. Here's what I ran - >>> import urllib.request >>> username = [My_Username] >>> password = [My_Password] >>> baseurl =…
0
votes
1 answer

Does Azure DevOps have a feature to allow importing exported data from Monday.com

We have exported data from Monday.com and I was wondering if I would need to write a custom script to import this information or if Azure DevOps has a feature that would help me with this import.
Mandelbrotter
  • 2,216
  • 2
  • 11
  • 28