Welcome to the new monday developer community
Discussions category for everything related to app development on top of monday.com
Recently active
Is there a way to get a new shortLivedToken after one expires after the allotted 5 minutes window? When my integration recipe action endpoint is called with a lot of items, I first place them on a queue with their respective shortLivedToken before executing each. Sometimes, for requests that are handled after their shortLivedToken has expired, I get a NOT_AUTHENTICATED error back from the monday graphql api. Is there a way to request a new shortLivedToken or run a long running request with an authenticated token? Thanks. cc: @dipro @Matias.Monday @AlexSavchuk
We have an app called “Lead and Contact Info Finder” (App ID: 10163558). When we initially developed the app, we requested a specific set of scopes to allow API functionality. As a result, the tokens generated for users who installed the app include only those original scopes. Now, we would like to add two additional scopes: docs:read docs:write This change means that all users who have already installed the app will need their token scopes expanded to include these new permissions. My question is: Can Monday developers expand the scopes of all tokens that were previously created for this app? If so, what steps should we follow to make this happen? Looking forward to your guidance!
Are you ready to build your first app for the monday.com marketplace or looking for your next big idea? In this video, I’ll share quick tips to help you: Find real customer pain points. Get inspired by the monday.com platform. Discover pre-made app concepts on our developer minisite. Don’t stay stuck watch now and find your next great app idea! Where to find your next monday.com app idea
Hi! can somebody help me how can I download files using public url?
Hey monday Developers, We’re excited to announce the release of monday Platform API version 2025-04, packed with powerful new features designed to give you greater flexibility, automation, and control over your monday experience! Here’s what’s new in this latest release: API Analytics Dashboard: For our Enterprise accounts, we’ve introduced a robust API Analytics Dashboard to help you track your API usage, identify trends, and see your top contributors. Even better, all these metrics are accessible via the API, allowing you to integrate them with your external tools for deeper insights and automation! Bulk User Invitation & Role Assignment: You can now invite users in bulk and assign specific roles to them directly through the API, streamlining your onboarding process. Bulk User Data Updates: We’ve added new functionality to update user data in bulk, including the ability to easily adjust user birthdays. Retrieve All User Roles: Now you have a simple way to retrieve all user roles
Hey everyone, I’m Alex Polonsky, a Product marketing Manager at the monday.com marketplace team - and I have a cool and useful use case to share with you. This short video shows how marketplace partners can use monday.com’s MCP to analyze AMP (App Management Product) data - like installs, trials, upgrades, churn - and turn it into actionable insights in minutes using natural language. What’s inside: How MCP works with AMP and any structured board Examples of using an AI assistant to uncover trends and suggest next steps How to generate a visual report directly from your board data - no dashboards or queries required monday.com App analytics revolution with AMP & MCP This demo uses AMP data, but the same approach applies to any board - and MCP can do more than analysis. You can use it to update records, trigger workflows, enrich data, and perform real actions through your assistant. Have you already started experimenting with MCP? Let us know how you’re applying it or
Hello Developers, I’m developing a Monday app with a custom object view. This is the kind of app that can be selected in the left navigation, and the entire view is served by the app in an iframe. I’m implementing the OAuth flow to obtain the access token which the app uses on the backend to call the Monday API. The OAuth flow works in all desktop browsers except Safari. Let me show you the redirect/page flows in a working case and in Safari’s case. All desktop browsers except Safari Customer chooses the app in the left navigation https://custom-object-app.com/?sessionToken=SESSION_TOKEN redirects to /oauth/authorize (HTTP 302) Our app starts the OAuth flow Redirects to https://auth.monday.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=REDIRECT_URI&state=STATE (HTTP 302) Monday receives the OAuth request, and redirects to the Scope confirmation page Redirects to https://our-subdomain.monday.com/oauth2/authorize?oauth_payload_token=OAUTH_PAYLOAD_TOKEN (HTTP 302) N
Hi everyone, I wanted to start a discussion around asset management and share a tool that’s been helping businesses simplify their processes—the Asset Management App by appserve.ai (a division of Empyra). We often hear about challenges like: Losing track of assets. Manual processes eating up valuable time. Difficulty monitoring asset performance. This app aims to address these pain points by offering features like: Centralized Tracking: All your assets in one dashboard. QR Code Support: Allocate and return assets by scanning. Performance Insights: Detailed allocation history and metrics for smarter decisions. Over 300+ downloads later, we’re curious—how do you currently manage your assets, and what challenges do you face? For those who’ve tried the app, we’d love to hear your feedback! Let’s discuss what works, what doesn’t, and how we can shape the future of asset management together. Marketplace Link Looking forward to hearing your thoughts!
Hi! First time poster! I’m looking for a way to programmatically connect to the “My Work” View, as that would eliminate the need to maintain a list of boards where I’m mentioned, and reduce the number of API requests I’m going to make (and it’s future proof). Is this integrated somehow and I just can’t find it? Or is there another way to programatticaly get everything I’m supposed to be doing? Thanks!
Hi monday.com community, I’m currently working on integrating monday.com’s API into our workflow and have run into a challenge. I’m trying to programmatically set up the “Owner” and “Replied” status columns for a board, but I’m unable to find the appropriate API endpoint or documentation to achieve this. Here’s what I’ve tried so far: Reviewed the monday.com API documentation but couldn’t locate specific endpoints for managing these status columns. Explored the board settings and column creation options but didn’t find a direct way to set these up via API. Could anyone guide me on how to: Create or assign an “Owner” column to a board via API? Set up a “Replied” status column via API? If there’s an endpoint or a workaround for this, I’d greatly appreciate any examples or pointers. Thanks in advance for your help! Best regards, Qadeer
Can someone help me decipher this error message? 03-Jun-2025 02:27:08 UTC] Monday.com API Error (HTTP 200): [{“message”:“invalid value, please check our API documentation for the correct data structure for this column. https://developer.monday.com/api-reference/docs/change-column-values”,“locations”:[{“line”:1,“column”:76}],“path”:[“create_item”],“extensions”:{“code”:“ColumnValueException”,“status_code”:200,“error_data”:{“column_type”:“phone”,“column_id”:“phone_mknjb3xj”,“column_value”:“{"phone"=>"(919) 929-0202", "countryShortName"=>"US"}”,“column_validation_error_code”:“”,“column_name”:“Mobile Phone”}}}] [03-Jun-2025 02:27:08 UTC] Failed to create Monday.com item: No item ID returned. Full result: {“error”:“Monday.com API Error”,“http_code”:200,“details”:{“data”:{“create_item”:null},“errors”:[{“message”:“invalid value, please check our API documentation for the correct data structure for this column. https://developer.monday.com/api-reference/docs/change-column-values”,“locatio
Hello Monday Community, I’m encountering two issues when using the Monday API (GraphQL) to programmatically create and update columns via our JavaScript app. I’ve been trying to set up custom configurations for our board, but both the custom status label colors and the numbers column unit (for “Hours”) are not behaving as expected. Issue 1: Custom Label Colors for Status Columns Context & Goal: I want to customize the color mapping for status columns using mutation. For example, for our “Feedback” status column, our desired mapping is: Index 0: “Received” – bright_green Index 1: “APPROVED” – grass_green Index 2: “Awaiting more feedback” – stuck_red Index 3: “ON HOLD” – saladish Index 4: (Blank) – american_grey Index 5: “-” (default) – american_grey Similarly, for our “Round” status column, our desired mapping is: Index 0: “Working on It” – working_orange Index 1: “Awaiting internal feedback” – bright_blue Index 2: “Ready to send” – purple Index 3: “Sent” – done_green (marked as
Hey Developers! We’re thrilled to announce that the App Management Product is officially out of alpha. Designed for developers and owners of monday apps, this tool helps you to track and react to key app events, automate responses, engage your users, and ultimately drive app growth - all seamlessly within a monday.com board. It is now available to install and use from the monday marketplace. Here’s how the App Management Product brings value to your app and users: Track key events: Automatically log installs, trials, uninstalls, and more as board items, giving you real-time visibility into your app’s lifecycle. Boost user engagement: Use the included customizable templates to send onboarding emails, trial reminders, subscription updates, or uninstall follow-ups to keep users engaged and active. Save time with automation: Automate workflows and notifications triggered by lifecycle events, so you can focus on growing your app while ensuring timely and consistent communication. Improve c
As part of our ongoing Disaster Recovery project, we will be performing scheduled maintenance on Sunday, June 8, 3:00-5:00 am EST | 9:00-11:00 am CET, which will result in approximately 2 hours of downtime for secure storage on monday code. This maintenance is necessary to migrate our Disaster Recovery setup to a multi-region infrastructure. Why this matters This upgrade will help us: Reduce downtime in the event of disasters Resume normal operations more quickly Ensure business continuity for your apps Align monday code with enterprise-grade standards We appreciate your understanding, please stay updated on the monday status page
I wanted to create Workflows integration feature. I followed the docs at https://developer.monday.com/apps/docs/how-to-create-a-workflow-block But how do i test this? In developer account, I do not see “Monday workflows” feature enabled. Is the only option then to test my app features is to buy an enterprise account from monday?
Hello! Just recently started developing custom apps/integrations/etc. on monday, and I was using the original quickstarts that weren’t uploading to monday code hosting. But now I’m switching to deploying on monday code, but I have yet to find a good way to debug what I’m writing other than making changes, deploying (which takes a few minutes most of the time), and then looking at logs. Has anyone found a way to attach an IDE for remote debugging (like IntelliJ, for instance) when you’re hosting the app on monday code? Thanks!
Hello to all of you, I am writing to you because I am encountering difficulties in creating a specific automation on your platform and would appreciate your valuable assistance. Specifically, I am trying to set up an automation that will be triggered when the status in a particular column of a board changes to “Done”. My requirement is that when this status change occurs for a specific item, an email should be sent automatically via monday.com. The content of this email should include: The name of the item whose status has changed to “Done”. A list of all the subitems associated with this main item. I have explored the available automation options, but I haven’t been able to find the combination of trigger and actions that precisely meets this need. I would be grateful if you could guide me on the correct way to create this automation. Is there a built-in feature or a combination of automation’s that would allow me to achieve the desired outcome? Thank you in advance for your time an
Our team created an integration that takes files from a Files column and uploads it to our company’s platform. Some of our customer use Mirrored columns to replicate files in Files columns from sub items into the main item line. We updated our integration Recipe action to allow them to select Mirror column types: However, when we go to integrate a new board or update an integration on an existing board, we still can’t select the Mirror column: This issue persists whether the changed functionality is in draft mode or publish; we can’t select Mirror columns in the Recipe sentence. This issue seems to be the same as Mirror Column in Recipes - Bug from 2021. However, the suggestion there of updating our backend part of the integration to use an explicit column id is not going to work for us. We need to be able to support choosing the Mirror column in the Recipe sentence, because it is infeasible to ask customers to alter their workflows.
I am facing trouble creating a board using template via make.com . The error says [200] BoardReflectedLimitsException [ Error Code: RecordInvalidException / Error Details: {“error_data”:“BoardReflectedLimitsException”} ] . This stops the entire automation . What exactly is the reason for this error?
When AI steps into the boardroom, what does leadership look like? You’re about to find out. 🎙️Introducing Leadership Meets AI - the very first event in our new monday lounge series. We’re bringing together sharp minds and even sharper questions to explore how leadership is evolving when AI isn’t just a tool, it’s a teammate. 💡This isn’t a “sit back and listen” kind of hour. It’s a show up*, get inspired, and walk away *thinking differently kind of hour. If you’re a decision-maker, a team builder, or just someone who leads with curiosity - this is for you. 📍It’s happening live. It’s happening soon. And yes - we saved you a seat. Reserve your spot
I’ve hit a wall — for some reason, I’m no longer getting the related board details from the API. I even created a new test board to isolate the issue, but the problem persists. 🔧 Test Setup This is a newly set up board just for testing purposes. Board Setup (GUI): here is the GUI setup Now here are the details from the API Blockquote query BoardItems { boards(ids: 8893965418) { items_page(limit: 5) { items { id name } } } } Result Blockquote { “data”: { “boards”: [ { “items_page”: { “items”: [ { “id”: “8893965460”, “name”: “Item 1” }, { “id”: “8893965468”, “name”: “Item 2” }, { “id”: “8893965473”, “name”: “Item 3” } ] } } ] } } Using the first items id 8893965460 i queried this Blockquote query getSubItemIds{ items(ids: 8893965460) { name subitems { id name column_values { id text value type } } } } BUT i get this Blockquote { “data”: { “items”: [ { “name”: “Item 1”, “subitems”: [ { “id”: “8893982605”, “name”: “testing”, “column_values”: [ { “id”: “person”, “text”: “”
Is there a way to update a user’s workspace via SCIM user provisioning?
I have two linked table (Contacts and Properties). I want to link a contact to a property via a “Properties (Links To)” column. I have the item id’s that I am wanted to link. Here is my query: mutation { change_multiple_column_values(item_id:9260641574, board_id:6605619623, column_values: “{"connect_boards" : {"item_ids" : ["9260641574", "9260379507”]}}") { id } This is modified from the documentation here: “Connect boards” I have two questions: When I run the code (I am using the api for python), I get multiple syntax parsing errors. What am I doing wrong? The table has multiple “connect_boards” columns? How do I specify which one I want?
Team, I’m developing a client-side app and have previously uploaded the build using a ZIP file. Recently, I noticed that it’s also possible to push client-side code using the mapps code:push command. I tried pushing code from my app directory, and while the “Build assets to deploy” step completed successfully, I encountered the following error: “Unexpected error occurred while communicating with the remote server.” Could you please help me understand what might be causing this error and how to resolve it? Thanks in advance!
I’m building an app hosted on Monday Code. The app is built using Sveltekit, and to test things out I’m building a simple item view that reads existing data for an item, and calls an external API with that data. I’m having trouble authorizing requests to the Monday API using monday-sdk-js in my development environment. I have a local development server running, and am tunnelling requests using Monday Apps SDK’s mapps tunnel:create As I’m building an item view, my understanding is I need to get the user’s sessionToken, and decode it with my clientSecret. I’m able to decode the session token using jwt.verify(), but I’m not sure what to do with this information. I can’t use the decoded client_id to authorize API requests, and I can’t see any other data in the decoded JWT that would be useful here. Reading the docs, it looks like the monday JS SDK automatically handles authorization in purely client-side apps. But, as my requests are handled serverside, I’m not sure how to authenticate th
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.