Welcome to the new monday developer community
-
Recently active
Hello, I am querying the boards using API and getting team subscribers as -1. Does anyone know why it would show that? "team_subscribers": [ { "id": "-1" } ] Also, when I use “delete_teams_from_board” and pass -1, it would show success with status code 200 but nothing happens and team is still present on the board. Any help would be appreciated. Thanks, Vipul
Hi , I want to ask is there any query we can use to get Account from Contact ID for example I use below query to get contact from phone { “query”: “{items_page_by_column_values (limit: 50, board_id: 1984233816, columns: [{column_id: "contact_phone", column_values: ["14153739914"]}]) { cursor items { id name } } }” } then i can get contact id { “data”: { “items_page_by_column_values”: { “cursor”: null, “items”: [ { “id”: “1984234139”, “name”: “Steven Scott” } ] } }, “account_id”: 28494386 } How can I get Account information from this Contact ?
I want to know that user has closed this modal.
Hello! Would it be possible to configure the AI configuration for columns when the action is custom, and emails (example1@gmail.com; example2@gmail.com) are extracted from a reflection column (Text), and when passed through AI, it uses the separation of ; since it doesn’t have… it only displays the emails separately and with a space, and this way the emails aren’t sent to all recipients.
We’re excited to announce that our beta group is now public for testing a new feature: the Open Status Column Picker and Dropdown. This feature lets you: Create custom status columns that users can select from the column store. Customize the status dropdown interface when users interact with a status cell If you’d like to try it before its official release and provide feedback, please fill out this form, and we’ll add you to the beta.
I have a fill forum that contains drop down items, is there a way to convert my drop-down items into a notification or note that is automatically left inside of the update’s column once the fill forum is complete and the item is submitted to the board, so everyone can just check the updates column only?
Hi Team - is there a limit for creating Subitems per items for Enterprise account? at the moment I can create only 500 Sub items per item by Calling Monday APIs from our app, also when it reaches 500 subitems I see this error which prevents from creating further subitems, the error itself is bit misguiding though error - `{“data”:{“create_subitem”:null},“errors”:[{“message”:“CellLimitExceededException: Validation of column values failed: Exceeded cell limit.”,“locations”:[{“line”:1,“column”:10}],“path”:[“create_subitem”],“extensions”:{“code”:“CellLimitExceededException”,“status_code”:422,“error_data”:{“message”:“CellLimitExceededException: Validation of column values failed: Exceeded cell limit.”,“limit”:500,“limit_type”:“count”,“column_type”:“subtasks”}}}]} Thanks
Hello Monday.com Community, I am currently working on integrating Monday.com with our system using the GraphQL API. I need to update the Button Column Label programmatically, but I couldn’t find a direct way to do this in the API documentation. I need to update the Button Column Label programmatically to show meaningful text instead of the default “Click Me” label.
HI, In Administartion->Connections I have several app connections for deleted boards. Shouldn’t have been deleted when I removed the boards ? When i go at the 3 dots at the end of the line a message says “These actions are not available for app connections”. How can i delete these connections ? Is there an api mutation to delete them ? Thanks.
Hello! I’m a solo developer working on an app called Board to Presentation, designed to export monday.com board data into presentations, complete with tables, charts, and graphs! Whether you’re presenting data to stakeholders, sharing progress updates, or preparing for meetings, this app streamlines the process to save you time and deliver impactful visuals. App features: Export board data as tables, pie/bar/line/column charts, and bubble graphs Save presentation settings as templates for future use App can be use as board view, board group menu and multi item menu 📺 Demo: Watch here Currently, this app is in the prototype phase and not yet available on the marketplace. Once launched, it will be a paid app. If you’re interested in using it and sharing feedback, please fill out the form: WorkForms Feel free to share any feedback here as well!
each time when i try to get a new version to my app im countering the error- “New app version creation has failed”. what could be the problem? i dont have any other versions live i dont have any other draft version i turn off the call for my app the app is live and was used nothing change just want to add another feature (want to add the “call summary” activity in a new column in my board. tought i can do it only trough app & code )
Hey Community, We have limited slots available for focused discussions on: Boosting App Visibility: Let’s talk about strategies to attract more users. Optimizing Your Listing Page: Refine your apps’ pages on the marketplace for maximum impact. Your Feedback & Needs: Let’s talk about what you expect from the marketplace, API and apps framework. Let’s collaborate to drive your app’s success. Secure your 1:1 spot here
Subitem Kanban is designed to turn your subitems into a visual Kanban board. You can group your subitems by their status type column in Subitem Kanban. You can update your subitems and parent items in Subitem Kanban board. You can customize Subitems cards in Subitem Kanban. Quickly organize, update, and edit both subitems and parent items directly in the Kanban view, making complex projects easier to manage. Built by Mikada, a trusted monday partner, Subitem Kanban enhances team collaboration and task prioritization. It’s an affordable, user-friendly solution to boost your productivity.
Hi all, I’ve been working on an app with integration actions and I’ve been struggling to find a comprehensive description of the format of the Authorization header passed through. This would come in very helpful as the app needs to validate the subscription of the account performing the action but there is no defined subscription field in the example format here despite me knowing it exists from testing. Is there more comprehensive documentation on the valid format of the JWT anywhere?
I have a Monday Code hosted app that I’m working on implementing webhooks for, but I’m having an issue getting a shortLivedToken. This code handles the webhook POST call: import { NextResponse } from 'next/server'; import jwt from 'jsonwebtoken'; import { headers } from 'next/headers'; export async function POST(request: Request) { try { const headersList = headers(); const authHeader = headersList.get('Authorization'); const token = authHeader!.replace('Bearer ', ''); const clientSecret = process.env.CLIENT_SECRET; const decoded = jwt.verify(token, clientSecret!); const accessToken = decoded.shortLivedToken; } catch (error) { // handle error } } and decoded evaluates to: { "fields": { "dat": { "structValue": { "fields": { "client_id": { "stringValue": "b11**********************", "kind": "stringValue" }, "app_version_id": {
I’ve run into a problem with my app, where I update items on multiple boards using change_multiple_column_values mutation. My query is working, apart from some boards / items, where I get UserUnauthorizedException - though I am able to access the board in question and edit items on it by hand. This error is also thrown when using token of someone with admin rights. I am a programmer and not an avid Monday user myself, so maybe I am missing something obvious, like a setting on a certain item or column? How would I check that? What else should I check?
Hello, I’m exploring integration options and wondering how to integrate Monday.com with Outlook Tasks. Where can I find information/guidance on this? Thank you, Anat
Hello 🙌 As I said in the title the issue is that I don’t get the data I requested from the operations that executed successfuly. I only get errors if at least one operation fails I’m not sure if this is a mistake on my end since it’s the first time I’m working with graphQL I’ve tried it in both the playground and in my codebase Here’s my query mutation { mutate1: change_multiple_column_values( item_id: 8152384251 board_id: 8109281540 column_values: "{\\"name\\": \\"ASD\\", \\"status\\": {\\"index\\": \\"0\\"}, \\"date4\\": {\\"date\\": \\"2025-02-09\\", \\"time\\": \\"20:03:26\\"} }" ) { id name } mutate2: change_multiple_column_values( item_id: 8152384251 board_id: 8109281540 column_values: "{\\"name\\": \\"ASDASDASD\\", \\"status\\": {\\"index\\": \\"0\\"}, \\"date4\\": {\\"date\\": \\"2025-02-09\\", \\"time\\": \\"20:03:26\\"} }" ) { id name } delete2: delete_item(item_id: "5242344") { id } delete3: delete_item(
I can pass url as a parameter when creating webhooks, but when querying for webhooks the url property is not part of the schema. This is incredible bad. What if I need to recreate certain webhooks with a different endpoint URL? I could delete all webhooks but might unintended delete webhooks for other integrations as I can’t filter for only those webhooks that contain the wrong URL. This information is visible through the UI, but I can’t get the same info through the graphql API. Why not?
I wonder who is actually the user_name/user_email contained in the app webhooks we receive? What’s his role? I know he is the user who installed the app on the account, isn’t he? Is the user who purchases a subscription? Why does the user change? When we receive a app_subscription_renewal_attempt_failed webhook, we contact both the user who originally purchased the subscription and the user contained in this last event. Often they are different users. They usually reply they are not the right person to contact. Thanks for your help in explaining me this feature.
here is my code to create from xl file `ts import * as XLSX from ‘xlsx’; // Configuration const API_TOKEN: string = process.env.API_TOKEN || ‘’; const WORKSPACE_ID: number = 1634278; // Headers for API requests const headers = { Authorization: API_TOKEN, ‘Content-Type’: ‘application/json’, ‘API-version’: ‘2023-10’, }; interface ExcelColumns { [key: string]: string; } interface ColumnMap { [key: string]: string; } // Default column type const DEFAULT_COLUMN_TYPE = ‘text’; // Custom column type mappings (if needed) const CUSTOM_COLUMN_TYPES: ExcelColumns = { ‘Task Name’: ‘text’, // Supported Desc: ‘long_text’, // Supported ‘Due Date’: ‘date’, // Supported Assignee: ‘people’, // Supported Status: ‘status’, // Supported }; // Status mapping (customize based on your workflow) const STATUS_MAP: { [key: string]: { index: number; color: string } } = { ‘Not Started’: { index: 0, color: ‘#ff0000’ }, ‘In Progress’: { index: 1, color: ‘#00ff00’ }, Done: { index: 2, color: ‘#0000ff’ }, }; async fun
We recently launced the Round Robin Pro app which enables you to assign items to users based on any custom configuration. The app integrates with monday.com automations enabling you to create any assignment logic of your choice. This is particularly useful for sales teams looking to distribute leads among sales reps. Here are some of it’s features: ✅ Two distribution models (Round robin and Percentage or Weighted) ✅ Set working days and hours for users ✅ Set active/non-active state for users ✅ Set Timezones for users ✅ Set Absent Status (for example, when a user is out of office or sick, no items will be assigned to that user) ✅ Run templates across different boards ✅ Assign users or teams automatically ✅ Control access to templates and settings ✅ And many more.… You can find it in the marketplace here. If you have any questions concerning the app, you can always reach out at support@kolaai.com
Can someone please confirm if item duplication through API always create item in same group as base item or not? One of our customers is saying her duplicate item (through our app) are not going into correct group. We assumed that duplication creates item in the same group but want to confirm whether this is the case or not ?
Hi, As of mid day GMT yesterday, the settings pane for the Dashboard widget app that we have developed for the Marketplace (Speedometer) is completely blank. I opened a ticket with Dev support yesterday, but have not received a reply yet. This is very troubling as my users can’t edit settings, but even worse, new downloaders immediately uninstall since they can’t seem to figure out how to work the thing… Anybody else notice this issue? Monday Dev Support - any eta on when this issue will be resolved? Thanks! Steve Escott AllDayIT
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.