Welcome to the new monday developer community
-
Recently active
Context I am trying to retrieve all teams subscribed to a specific board using the monday API. However, when using the team_subscribers query, I receive a 500 error when the board has “All from workspace” as one of the subscribers. Query Used query { boards(limit: 10) { id name team_subscribers { id name } } } Expected Result The query should return a list of teams subscribed to each board. Actual Result When the board includes “All from workspace” as a subscriber, the API returns a 500 error. Error Details Error Type: 500 Internal Server Error Specific Scenario: The error occurs only when “All from workspace” is included among the board’s subscribers. Steps to Reproduce Create a board on monday.com. Add “All from workspace” as a subscriber to the board. Run the query query { boards { id name team_subscribers { id name } }} Observe that the API returns a 500 error. Impact It is not possible to retrieve the list of teams subscribed to b
Has anybody successfully integrated SAP and Monday.com? Would like to hear some feedback.
I wanted to use monday code for app development and using java springboot framework. On page Deployment process it is mentioned that If you’re not using NodeJS, here are some tips: Secure storage (used for storing private information) is not supported. Use our App Storage API endpoints to store application data. monday code will capture all messages logged to stdout. Generate logs with the library of your choice. My Question is, where can i find this “App Storage API endpoint” Do we have any sample code using it? Thanks Shiv
Hey all, Happy Sunday! I’ve written my code using the @mondaycom/apps-sdk Queue. In the development environment, there is no queue implementation; it directly makes an HTTP call to the job endpoint. I’ve made some assumptions about retry and back-off behaviour while developing the code. However, I couldn’t find detailed information about the Queue in the documentation. Could you please help clarify the standard behaviour of the queue, especially regarding the number of retries in case of failure? Additionally, is there an endpoint to query the number of failed jobs or status of a message enqueued? What is the back-off policy, and can we set it based on the type of error? Currently, I’m assuming it’s not customisable, so for permanent failures, I return a 200 status and send a notification to the user. Are there any other important details I should consider? I’m feeling a bit edgy to go with this implementation as I’m approaching app submission to the marketplace soon. Your guidance wou
Hi I am working on a app that can deep links for Whatsapp SMS if you have any phone columns in your board Here is the how the current version looks like I am looking for how to submit my apps to Monday marketplace if you have any ideas in my mind and use case I would love to add that
We know that for the Files column there is an option called “Upload file from link”. Is there a way to do this using the API? My usecase is that I have to import some data where there are links of several google docs, sheets, etc. So it makes sense for me to upload those ulrs as files with a shortened name. All the solutions that I found online are for actual file uplaod not the links that I was looking for.
I am trying to publish my app but I am getting this error when I click publish I am not getting any specific error I also checked the console.log nothing I can find I am not using mapps code:push I am using Vercel to host my app and I using custom url for my feature Do I have to upload my code with Monday code? What are steps? Do I have to first submit app for review and then I am allowed to publish my apps? How that’s works, lil bit confuse here
Hi, I’m trying to identify core CRM boards (Contacts, Leads, Deals) using the GraphQL API. I understand that board IDs are unique to each account and board names can be customized by users. Is there a consistent board property, such as a crmBoardType , that could be used to reliably identify these core boards? Jan
Here is the linkmondayproapps.com How it’s works I created this to solve my own problem and seeing it works so well I thought to share with Monday community. If you have any feedback just tag me here or email me. Would love to improve this. currently it support only automation that comes with Monday by default. I wanna add Apps automation as well but don’t know which one to start from, so if you have that in mind share them with me here
Hello everyone! I found some analytics in the developer account. Please help me understand the difference between team size and seats. I didn’t find any infromation in the documentation on that. Thank you for the help in advance!
Good morning, Sir, Madam, I would like to publish an application that I built in the marketplace. Can I submit my application to the marketplace with basic subscription plan? Regards,
{ payload: { blockKind: 'action', inboundFieldValues: { groupId: 'new_group__1', boardId: 7143969205 }, inputFields: { groupId: 'new_group__1', boardId: 7143969205 }, recipeId: 30284129, integrationId: 325831333 }, runtimeMetadata: { actionUuid: '4f3500e533766ed09bdb6c54ce571b30', triggerUuid: '241e8452f43e6ba9637150a2f94062f7' } } and this my custom trigger input as you can see I added everything as mention hereApps Framework I am using When a status changes to something as Trigger and idea why I am not getting the Item and columns values in my payload?
Hi monday team. I have a question about how the subscription object behaves when a subscription is cancelled and the user keeps using our integrations. When an app is installed, monday sends a install webhook containing the default plan Id and the renewal date. (object) array( 'plan_id' => 'free_plan_id', 'renewal_date' => '2034-06-04T23:07:50+00:00', 'is_trial' => false, 'billing_period' => NULL, 'days_left' => 3652, 'pricing_version' => 1 ) When the customer purchases or renews a plan, monday sends a app_subscription_created or app_subscription_renewed webhook containing the purchased plan Id and the new renewal date. (object) array( 'plan_id' => 'paid_plan_id', 'renewal_date' => '2024-07-14T00:00:00+00:00', 'is_trial' => false, 'billing_period' => 'monthly', 'days_left' => 30, 'pricing_version' => 1 ) The same object above is sent in the payload of every integration call. As we offer plans with ops
I have a recipe sentence with a custom trigger, which is essentially: When “thing” happens in “external system”, …and custom action: create a board from {template} and add items based on “thing” The webhook will supply the items to add to the newly created board. If we say that thing.newBoardName is a value supplied by the webhook from the external system… I’d like to pass thing.newBoardName into the “customize name” field in the “Create board” field in the {template} modal here: How? Surely this must be possible, otherwise there will be lots of boards named “New board”. Also, as the trigger is not really related to the board that it’s created on, what would the best way to organize such automations? Have a special board that’s just for automations that don’t really have a home in specific boards?
I have a GraphQL query that I’m running to get access to files uploaded to my board for a certain item. I’m using the following assets query: query { boards (ids:<board_id>) { items (ids: <item_id>) { assets { id name url file_extension } } } } but it’s only returning a single file that is actually in one of the columns. It’s not returning the other files that are uploaded with and associated with that item (I can see the files on the UI, just not through API) any ideas why?
Is it possible to create a webhook that includes some form of HMAC verification? A target system requires this but I cannot find any mention of it being possible with Monday.com?
Anyone can help with “This app is currently blocked from API usage” ? why this happening when there is a monitor as a status in https://status.monday.com/
Hi all 🙂 We’re thrilled to announce the launch of our Kanbanify app in the monday.com marketplace! Kanbanify streamlines your workflow by connecting multiple boards to one powerful Kanban view where you can add filters to prioritize your/your teams work and stay focused. You can also combine subitems as separate cards in one Kanban view. There is also a free plan to get you started! This is just the beginning! We’re constantly adding new features based on your feedback. Let us know what you think and suggest features you’d love to see! Thank you, Stela (Head of marketing) Appstorm
Introducing Universal Integration Toolkit, the ultimate no-code solution to seamlessly integrate your project management workflows with multiple systems, right from the monday.com user interface. This powerful tool gives you full control over how you model communication flows, making it easier than ever to streamline your processes and enhance productivity within monday.com. Universal Integration Toolkit for monday.com - Demo Key Features ✅ Integrate your project management workflow across one or more systems. ✅ Simplify the monday.com extensibility system and easily integrate, without the need to host or write code. ✅ Save time by easily modeling all your integrations through a single pane of glass. ✅ Have full control over how integration workflows operate. Use Cases 📈 Automate your business processes across your entire applications portfolio. 🔗 Connect your workflows with a 3rd-party system for B2B automation. 🔄 Keep your
Introducing PDF Scanner, the ultimate tool to enhance your document management within monday.com. Our AI-driven solution seamlessly scans and extracts various information from PDF files, streamlining your workflow and increasing productivity. Whether you’re dealing with contracts, claims, resumes, invoices, or any other document type, PDF Scanner is your go-to solution for efficient data extraction. PDF Scanner for monday.com - Demo Key Features: 📄 Automated PDF Scanning: Harness the power of AI to automatically scan and analyze PDF documents. Say goodbye to manual data entry. 🛠️ Customizable Extraction Rules: Tailor the scanning process to meet your specific needs. Define custom rules to extract exactly the information you require, ensuring precision and relevance in your data. 🧩 Integration Templates: Use our pre-built integration templates to get started quickly. Effortlessly integrate PDF Scanner into your existing monday.com workflows wi
I want to set some an onClick function to a button I have added in the view settings. How can I add that?
Hi, I am trying to create column of type “status” using the api. As part of the creation, I am trying to create the labels in a fixed order. For that, I am trying to use the “labels_positions_v2” property in the defaults field (is it even the correct property? there’s no reference to any of the allowed default fields in your documentation). When I’m creating the column, this is the api mutation that I use: mutation { create_column( board_id: 1234, title: "Test column123", column_type: status, defaults: "{\\"done_colors\\":[],\\"labels\\":{\\"1\\":\\"Ready\\",\\"4\\":\\"Working...\\",\\"17\\":\\"Not Found\\",\\"5\\":\\"\\"}, \\"labels_positions_v2\\": {\\"4\\":0,\\"17\\":1,\\"1\\":2,\\"5\\":3}}" ) { id title description } } when retrieving the column from the api, I get a column with the correct order settings: { "id": "test_column123__1", "title": "Test column123",
New to Monday, I’m developing an app and am trying to test how integrations work with GitLab for my app. I created a new test board and connected Monday to my GL account and a specific repo under “Automations” for my board. However, I don’t see any updates in my board when I do a commit. I have a developer plan currently. Maybe I need to upgrade to actually test the GL integration? When I click on the integration, it says it has “no run history”. How would I proceed to see GL commits update an item on a board? Thanks
We are exploring monday.com API and webhooks to integrate our web application/database with monday.com data interaction. From our monday.com Board page, Integrate → Webhooks → Choose “When a status changes to something, send a webhook” → Enter our web server application link → Get an error message “Failed to communicate with URL provided”. We are trying to add a new record from monday.com to our database through our web application. Is it possible through webhook? Any suggestions would be appreciated. Thank you, Phyllis
Hello together, is it possible to clear the date column of a subitem. I tried it with the “item_id” it works fine. But when I use the “subitem_id”. I get an error: “Item not found in board.” Best Regards Viktor
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.