Welcome to the new monday developer community
-
Recently active
Hello, I have an app that is outside of the monday.com environment (not a dashboard/app view) I am trying to use the “monday.get” sdk to get the session token or the context, but for some reason, the data is not showing up: const sessionToken = await monday.get("sessionToken"); const context = await monday.get('context') The results are: { "method": "get", "args": { "type": "sessionToken" }, "requestId": "u8dznyh", "version": "0.4.1" } { "method": "get", "args": { "type": "context" }, "requestId": "fx9mzqd", "version": "0.4.1" } As you can see, I am not receiving the actual data back. What can be the reason for it? Thank you
I am creating the webhook for the particular board by using the Monday APIs; it’s working fine, but the response time of the API call is more than 6 seconds. You can find the postman screen (time is 6.79 sec) on the top right corner. Is there any way to get the response in less than 6 seconds? Thanks in advance.
After a few tests, I noticed a strange behaviour. In every try I tested a paginated items_page_by_column_values query, I get the error “The provided cursor does not correspond to the given board_id. Please ensure you are using a cursor that matches the correct board_id”. I’m absolutely sure I’m using the same board id, since that’s a constant in my code, and I’m removing “columns” when I write the query with a cursor. Also made sure no other value was leaking to cursor - not even sure how that could happen on my side, to be honest. Example code below, with values substituted. Can someone help me figure what’s going on here? First query '{ items_page_by_column_values(board_id: board_id, limit: 100, columns: [{column_id: "column_id", column_values: ["column_value"]}]) { cursor items { id name column_values { id value text } assets { public_url name } } } }' Second code, using cursor '{ item
Hi there, I’m working on a python script with the following goal: organization and tracking of property leases, their tenants, and the corresponding rent schedules. The script automates the creation and management of items and subitems in Monday.com, reflecting lease and rent-related information in a structured manner. It provides a way to easily keep track of lease details, tenant information, and rent payment schedules within the Monday.com platform. I’ve got the main item creation down with the following structure the script creates items and prevents duplicate items from being created on subsequent run throughs of the script. The Sub items are also being created however I’m having a difficult time preventing duplicate sub items from being created each time the script is run. Another aspect it updating existing sub items if changes are found This is the sub item structure I’ve got variables set up for item column mapping and subitem column mapping which are working I have a func
Hi all! First, I’d like to thank @grt-s for their original post. Without this reference I’m not sure how long it would’ve taken me to figure out C# development and the Monday API. Successfully returning that first JSON response was very exciting and set me off on a list of projects. Visual Studio kept bugging me that WebRequest.Create(string) had become obsolete and should be updated to HttpClient. After a few weeks, I finally got around to updating the helper and wanted to share it for any friends in the C# community who come across, or are still using the original, incredibly helpful resource. Here’s the updated code, and I’ll explain some changes below. Please feel free to critique! using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace Monday { public class MondayAPI { private static readonly HttpClient client = new HttpClient(); private const string url = "https://api.monday.com/v2/"; private const string key = "";
The work canvas app asks permission to users:write. It then can invite users to the main monday account. How is this possible? There should be an undocumented invite users graphQL mutation. Does anyone have any info on this?
Hello @rachelatmonday Is it possible to create a new doc with a body? And is it possible to get a doc with a body? Thank you.
Background: UI apps, in UI apps it is possible to retrieve the app_version_id to use in the request to the auth url. This value is required so that the auth server knows which app version to issue the token for (and its appropriate scopes). If the value is not supplied, then the current live version is assumed. Providing the app_version_id is required for testing with draft versions of the app. However, in integration land, we receive a get request to our authorization URL specified in the integration feature. This includes a JWT. However! this JWT does not include the app_version_id… therefore we are unable to know what version the request is coming from, and the OAuth process fails for collaborators using draft versions. If the app_version_id was included in the JWT sent with the request (for draft versions) to our authorization URL, we could use that in the redirect sent to the user to redirect them to the monday.com auth URL (https://auth.monday.com/oauth2/authorize) for the collab
Hello, I am attempting to perform a webhook zapier to get the value of the columns in all the subitems of an item. Monday currently has a get subitem request on zapier however it only gets one subitem. This is the query I have setup and I am getting this error
upon creating a new workspace, need to have several template boards added with workspace name in the board name. don’t see a trigger for ‘create new workspace’. Is there a workaround? or even Possible?
Hi, According to API Docs, Webhooks when_date_arrived/incoming_notification are supported. However, I tried testing to create those two webhooks event and they didn’t work. I got “error_message”: “Internal server error”, “status_code”: 500 after requesting when_date_arrived event. Maybe it’s because I didn’t send the request query with config arguments. Could anybody let me know the required arguments for creating those event?
I want to delete Docs from my application but in the API its not available, how can I delete Docs ?
I got some rendering errors while using vibe components. As an example, this is my code using Tooltip components And here are the error messages I tried removing these components instead of antd components and the error messages disappeared. Has anyone encountered this case?
Hi, I am triggering create items on Monday board through external events. I am sending the trigger request to the monday webhook url at an interval of 3 seconds. I notice that I always get one item less. The first item/request does not reach the monday board as seen in the Integrations Activity logs. Although, when I change retrigger those requests after some time, I get the missing item on the board. Can you please let me know what I might be missing here? Thanks!
We are happy to announce that We developed new version of Private Notes and Comments according to your feature requests! New features and improvements Tagging other board members and board owners and sending notifications about the private comment in the item view. “Board Owners Only Private Comments Item View” enables you to keep your comments between only board owners Update or Install If the app is already installed in your account go to the installed apps and find the private notes and comments app and click the update button. If the app is not installed use the link
Hello fellow monday.com and microsoft teams users! I’m working on a project to create an app that can improve the integration between these two amazing platforms. 😊 I’m curious to know what are some of the challenges or frustrations that you face when using the current integration. What are some of the features that you wish were available or better implemented? How do you use the integration to manage your projects and collaborate with your team? Please share your pain points and suggestions with me in this thread or send me a direct message. I appreciate your time and input. Thank you! 😊
Hi there, We are currently building an application which is able to create Boards, Groups, Items and SubItems via the API by importing third-party projects into monday.com (data formats which are currently not supported by the official importer). Everything worked so far until we reached the SubItems. Attempting to create a SubItem via the create_subitem mutation results in a NoSubitemsColumnInThisBoard error telling that “There is no subitem column on this board, please add it first”. Unfortunately creating SubItems is a key-feature for our use-case since we are importing data which is structured as multiple layers. Quick Example: 1.1 Collection of tasks 1.1.1 Main Task 1.1.1.1 Sub Task 1 1.1.1.1 Sub Task 2 We even tried to issue a create_column mutation with the undocumented type subtasks as observed in the UI which failed as well. Is there any to create SubItems via the API without touching the Board in the UI? Thanks in advance! For reference, this appears to be the same issue:
I am developing 2 apps interacting with Monday.com. Both of them need to authorize in order to make subsequent request to Monday.com using GraphQL API. The authorization works smooth with one redirect_uri but if I put second redirect_uri I get an error “invalid redirect_uri” however there is a option to add multiple redirect URI. Does it work with multiple apps? Need help/suggestions on this. Using this OAUTH (OAuth and Permissions) Thank you.
Hello all, Is it possible to render html content when calling to addDocBlock method of the api? I’d like to add a button for example as data content for the block. Thanks, Gorka.
Hi There, I’m trying to sync data from Active Campaign to our new Monday CRM boards, using Make.com. However the integration is failing, I think because of the format of the phone number. Active Campaign gives us a single number, including the ISO code for example. 447904446802. But it looks like Monday expects the ISO code separately? I’ve tried turning off the ‘flag’ in the column settings on the Monday board, but this does not seem to have helped. Any bright ideas much appreciated!
Hello all, I’m developing a monday.com dashboard widget and have hit a major blocker. The widget needs to make a get request to an external resource, and the request gets blocked by monday.com’s CORS policy. I have gone through the developers forum and read a couple of people have the same issue, but there doesn’t seem to be a solution. Can anyone provide me with any advice/guidance on how to get around this issue? Thanks
I am using monday for production tracking in a manufacturing shop and currently have my board organized around purchase orders. I am working with large purchase orders where it will take up to a week to produce the parts the order requests, I would like to be able to record how many parts my shop produces each day towards the total tally. Has anyone ever tried doing anything similar or have any good ideas to build it. Thanks.
We are switching from Zapier to Power Automate. I am trying to use Call GraphQL feature and have run into an issue. I’m fairly new at JSON, so forgive me if this is a simple thing. The flow is failing with this error: “The provided input content is not valid: ‘The provided content-type header value ‘application%2Fjson’ is not well formed.’.” This is the query I’m using. { boards(ids: 2346905490) { items(ids: @{triggerOutputs()?[‘body/itemId’]}) { assets { public_url name } } } } I appreciate your assitance with this issue.
I am having troubles connecting my Google Sheets info into Zapier and then to Monday. This is the error I am receiving: Invalid value for {“phone”=>“”, “countryShortName”=>“2679689643”} on PhoneColumn. invalid value, please check our API documentation for the correct data structure for this column. Guide to Changing Column Values Can someone help me figure out what I am doing wrong and how to get my info into Monday.
Hi, I’ve nearly finished developing a Monday.com app and I was hoping to make use of the Monday monetization framework to handle billing so that I don’t have to setup a whole system to deal with that. The documentation states that the system is being gradually released and I won’t be able to use the Monday monetization framework for all customers. Is there an indication of how far through this release process Monday.com are? I want to know whether it’s worth the effort to write my own billing system for the percentage of customers who won’t be able to be charged through the monetization framework, obviously it’s worth the time to implement by own billing if 90% of customers are not on the new system but not really worth it if only 5% are not. Also are there any details available on how different plan tiers are setup? The concept of plan_ids exist in the documentation but there’s nothing to say whether they can be setup based solely on the usage of the particular app or whether there ca
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.