Welcome to the new monday developer community
-
Recently active
Just thought I’d put this here.You can get the region of the monday account by decoding the shortLivedToken from an automation and getting the value of rgn and extracting the first 2 letters for au, eu, il or us.It contains other information too, but what is aai?Example decoded shortLivedToken:{ "alg": "HS256", "typ": "JWT"}.{ "shortLived": true, "uid": 6......4, // user_id: number "actid": 2......2, // account_id: number "aid": 1......4, // app_id: number "aai": 2....1, // ???????????????????????????????????????? "rgn": "euc1", // region: string "exp": 1768213333, // token expiry: number "iat": 1768213033 // token issued at: number}.[Signature]
Dear Community, I hope this message finds you all in good spirits. I would like to inquire about the fate of account Storage once a user decides to uninstall the app. Are the data wiped out entirely upon uninstallation, or does Monday.com retain any portion of this data for a certain period or under specific circumstances? Thank you all for your contributions and support. I eagerly await your insights and feedback.
Hi everyone,Has anyone found a way to support standard or managed templates in cases when an app stores board related data that should be duplicated when new boards are created from a template?In our case, the app stores column related metadata (in monday storage) used for column views (https://developer.monday.com/apps/docs/column-views). If a user adds our column to a managed template, we would like the app data to be automatically populated for all boards created from that template, so they don’t need to configure it in each boards. New boards created from template should have the app data populated from template as well.So far, we have not found a way to associate boards with the template they were created from. Having something like a parentBoardId or template reference on boards would make this much easier. Also having the app notified when a new board is created from template would allow us to duplicate the configuration straight away.
Hello, I have some questions regarding ability of creation custom Column Views:Will be there some mechanism of conversion of ordinary column to custom one, without losing data and attached automations? Now if application is deleted, custom column becomes unclickable instead of turning to usual column as common sense suggests. Is it a bug? Will custom column views be supported in mobile app?In general it would be good to know roadmap for Custom Column improvements at least for nearest quarter to plan what can be get from platform and for what workarounds should be prepared.
Hi everyone, Quick question about Monday.com app publishing: We built a third-party CRM integration for another platform. Our Monday.com app is OAuth-only - no UI, no features within Monday.com. Users authenticate via OAuth to allow syncing CRM data to Monday boards. Current issue: OAuth only works for our organization (dev mode). External users can't authenticate. Question: Must we publish to Monday.com Marketplace just for OAuth, even though the app has no standalone features in Monday.com? Is there an alternative for production OAuth access? All user interaction happens in the external platform. The Monday app just enables API access. Thanks for any guidance!
Hey everyone! 👋 I'm building a custom Monday.com app and running into an issue with custom field dependencies. Hoping someone here has encountered this before! The Problem I have two custom field types with a dependency relationship: - Boardz (parent field) - Lists boards ✅ Working - Viewz (dependent field) - Should list views from selected board ❌ Not working When I select a board and then click on the view dropdown, no network request is made at all. The field just shows "Please select a board first" even though a board IS selected. My Setup Field Type 1 - "Boardz": Type: List (Remote Options) Remote Options URL: https://...app/integrations/remote-options/boards Default field key: boardId Dependencies: None Status: ✅ Works perfectly - returns board list Field Type 2 - "Viewz": Type: List (Remote Options) Remote Options URL: https://...app/integrations/remote-options/views Default field key: viewId Dependencies: Boardz (Field key: boardId) Status: ❌ No network req
My automation has been successfully running the following mutation daily for weeks:```mutation updateItem($board_id: ID!, $item_id: ID!, $column_values: JSON!) { change_multiple_column_values( board_id: $board_id item_id: $item_id column_values: $column_values ) { id }}```With the following variables:```{ "board_id": 8767955035, "group_id": "topics", "column_values": "{\"date4\":\"2026-07-24 00:00:00\"}", "item_id": "8954255421"}```The `group_id` variable is set, but not used, so this is just a red herring.Today when it ran, I got the following response:```{ "data": {}, "errors": [ { "message": "Unauthorized field or type", "path": [ "change_multiple_column_values" ], "extensions": { "code": "UNAUTHORIZED_FIELD_OR_TYPE" } } ], "extensions": { "request_id": "601955a7-20fb-9f36-badf-826dbf31145e" }}```Nothing has changed on the app, automation, or board, but today it failed.Running the same mutation in the GraphQL pl
I am working on a Custom Widget. And I am adding a Field, of type Column and only allowing Timeline-type columns. When I go to Settings in my implemented Custom Widget, it’s only showing the item columns, but no the subitem columns that mach with this criteriaI want to be able of selecting also which subitem column, of type Timeline, I want to use.
Hello everyone.I see monday recently added support for API Key Authentication in Credential Feature for workflow blocks, is there something similar for sentence recipe automations?But more importantly, would an app using API Key Authentication be accepted in the marketplace?I know OAuth is the recommended method and that’s what I’ve used for my other apps, but there are some third party services that don’t have OAuth.
Hi all!Excited to be part of the community, and to share that I finally managed to push this over the first major milestone: launching in the marketplace!The app is for vertically grouping columns together, hiding/showing them, and colorizing them. The initial users of the app seemed to feel like it had lots of potential and I’m curious to hear what you all think. You can make custom groups of columns per horizontal item group or globally across all item groups.You can find it here: https://monday.com/marketplace/listing/10000997/column-groupsWhat can be better? What doesn’t work well for you?Thanks for the feedback and encouragement, it’s been both fun and frustrating to navigate the development ecosystem, but I think things are moving along now.Cheers,Brad
Hello,We are experiencing an issue while configuring webhooks in the Developer Center. Specifically, we are unable to add our Live version URL; the system returns an error every time we attempt to save it but the version-specific URL is accepted without any issues. We have followed the official documentation and the setup guide, both of which recommend using the Live URL. Could you please help us understand why the Live URL is being rejected?Thank you for your assistance.
Hi everyone,I’m excited to share a new app I’ve been working on called Team Glossary.The Problem: We found that as teams scale, unique internal terminology and acronyms often lead to confusion, especially for new hires. Static boards or Workdocs help, but they require users to manually search for definitions, which creates friction and leads to low adoption.The Solution: Team Glossary allows you to build a central repository of terms, but the real value is in the Item View integration.Key Features: Auto-Detection: The app automatically identifies defined terms within your item views and shows their definitions in the Glossary item view. Centralized Management: Easily add and update terms from one central location(only admins can add/edit/delete new terms). Standard terms import: You can easily import 200+ standard terms across industries to get started quickly Why I built it: I wanted to bridge the gap between "having a glossary" and "using a glossary."I’d love to get your feedback
Hey all! 👋We launched an app for sharing items between boards and just released a new version that adds automations to make item sharing/linking easier, including templates of how to link items between boards and bulk actions for quick initial setup.Tl;dr - our app lets you link/share items with your desired columns across boards and keep selected columns in sync both ways, manually and automatically.What’s new in this version:Relationship Templates: reusable templates for how data should flow between boards (your saved “linking recipe”) Automations: use those templates in monday automations so linking happens automatically when something changes (status, new item, etc.) We currently have some templates for automations and are working on supporting custom automations. Templates include: status change, person assigned, item created, date arrived, date passed etc.. Bulk Actions: to make setup easier, you can apply a Relationship to a bunch of existing items at once (great for initi
I keep going back and forth between Monday.com’s API Reference API AI assistant and Gemini, and I keep getting conflicting answers on how this should look with neither one getting me to a working solution. I keep getting 400 errors or errors about the file value being null.It appears that the Reference documentation doesn’t give enough information about how to do this with Python to get someone to a working solution.The confusion surrounds how to properly pass the $file variable into the python call (variable mapping and formatting).Can someone please post a basic python function that uses the inputs:API token, Column ID (of a files column), item ID, file_path (string representing the path to the file on your computer)in order to upload a file to the Files column of an item in Monday.com?Thanks.
Hi there. I want to automatize a form, the idea is download the answers as a PDF file automatically. In monday, I use WorkForms Submission Viewer as a manual option to achieve it, I only go to the export button and the PDF File is downloaded: But, my objective is do the download process usign an API or a link or any kind of automatic process, because I need to storage each form’s answers as a PDF file into a repository. I also found that forms generate this column call it “Submission link”, this links open a new browser tab with the answers: I could use that link to download the page with a curl, but the problem is that the images does not appear when I click into these links: I do not know if this a permission problem. I would appreciate any suggestions or comments.Thank you.
Hey all, just wanted to let you know that our app Client Portal Builder has been released in the monday marketplace recently. With the app, you can create a Client Portal and share board items with clients. Here are some of the key features of the app: Create and manage Client Portals directly from within the monday UI. Data (including accounts) are stored in your monday account. Every client is literally a board item in a monday “Clients” board. Multiple different strategies to define which client is allowed to see which items and columns. Embed monday WorkForms in your Client Portal. Connect the Client Portal with your own domain. Customize colors and brand your Client Portal with your company logo. Multi-Region support: If your monday account is located in the US, your Client Portal will be hosted on US servers, if it’s hosted in the EU, it’ll be hosted on EU servers. To get an overview, there is a Getting Started Video on YouTube: Client Portal Builder for monday.com – Ge
Hello,I have a question regarding daily call limit for Pro tier. In the documentation it is mentioned that 10,000 requests is a soft limit and can be adjusted via API analytics dashboard. What makes it unclear to me, API analytics dashboard is only available for Enterprise accounts according to this page.Is it possible to change API call limit on Pro tier or not?
My company uses Monday and Kaseya Autotask. We want to do our primary work in Autotask for support tickets but send and receive information in Monday for reporting to Management. I’m a new worker tasked with learning how to make Monday communicate with Autotask.I’ve never done a lot of scripting or worked with APIs before, so I am on a learning curve. We also have a third application called “Rewst” that allows you to automate workflows. Rewst has native connections with Autotask, but only a generic API link with Monday.I’m looking for recommendations and advice on developing a learning path of getting one or both of these applications (Rewst and Autotask) communicating effectively with Monday. I would appreciate any feedback from anyone else who might be utilizing these tools.Thank you for your consideration and input.
Hi ! We need to create an automation related to board creation/renaming/archiving/deletion We cannot find api to intercept board creation. only item creation
Hi Community,Is there perhaps a date when developer accounts get access to the multi level subitem boards? It seems it is still only Enterprise plans that have access.
We recently hosted Daniel Hai, Senior Product Manager for API, MCP, and AI at monday.com, who shared the latest updates from API versions 2025-10 and 2026-01.If you build with our API, this session is worth a watch, it covers key improvements, upcoming changes, and what’s next for the monday platform.Watch the session on YouTube:
I’m trying to setup Monday.com APIs in an instance of Microsoft’s Azure API Management. APIM consumes the GraphQL schema no problem but when I send a query to the Monday.com APIs through it I consistently get a 403 error from Cloudflare saying I’ve been blocked… <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"> <span data-translate="unable_to_access">You are unable to access</span> monday.com</h2> </div>Has anyone else experienced this or have a solution to it?Thanks! Jeff
Hello everyone. I need clarification on how to configure the Base URL in my integration features.When deploying to multiple regions, I receive separate URLs for each region:https://live1-service-X.us.monday.app https://live1-service-X.eu.monday.app https://live1-service-X.au.monday.appHowever, when configuring an integration feature (or app event webhook), I can only specify a single "Base URL" in the Feature Details section.My questions:Which URL should I enter as the Base URL - just one region? Does monday.com automatically route requests to the appropriate regional endpoint based on the user's location? Is there a way to use a dynamic or wildcard URL pattern to handle all regions? If I need to handle region routing myself in the Base URL, how can I determine the account's region?Any guidance on best practices for multi-region URL configuration would be greatly appreciated.
Hi, I'm interested in building my own integrations on the monday.com platform, but I'm finding it difficult to get started. Some of the documentation appears to be outdated, and I'm running into a few roadblocks:Step 7: "Choose Quickstart Integration - NodeJS template" this template doesn’t seem to exist anymore “> Prefer a video demo? [Watch here.](https://www.loom.com/share/b982f6b88fc0491f9e70fa424eb91638)” This video is no longer available I haven't been able to find clear guides explaining how the endpoints in the “quickstart-integrations” example project connect with the configuration required in the web UI. There also don't seem to be any videos showing how to create an integration. It's possible I'm missing something, but any advice or updated resources would be greatly appreciated.Thank you!
Dear marketplace partners and developers, We are excited to announce that registration is officially open for Partner Summit ‘26! There are limited spots to the event, so get your tickets early on the summit website!What is the Partner Summit? This is our partner event of the year. It’s your opportunity to gain insight into our 2026 strategies and focus areas, and network with leaders across the global ecosystem to maximize your offering and scale your business.The marketplace and builders track in the conference will focus on AI innovation, enterprise trust, and of course leading in the marketplace. Visit the website to learn more about the exciting agenda, track sessions, and sponsorship opportunities available. Where and when is it? The summit is happening February 17-18 in Prague.Keep in mind, we will have a closed marketplace community event in the evening of the February 16. Where should I stay? The Hilton Prague is the Partner Summit venue this year, and we managed to secure a
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.