Welcome to the new monday developer community
Ask questions, get answers and engage with your peers
Hello everyone, I’m new to the Monday.com community and would like to build a marketplace app. I want to set up an incoming webhook in my app, which will integrate Monday.com with Twilio. The goal is to receive messages sent to my Twilio number and process them within my app. Whenever a new message is received, Twilio should invoke my webhook endpoint so that I can capture and handle the message within my app. Is this possible, and what would be the best approach to achieve this? Additionally, during the app installation process, I need to collect the user’s Twilio phone number and credentials to establish the integration. What is the recommended way to create an installation page to gather these details securely? I would greatly appreciate it if someone could share relevant documentation or examples to help me get started. Your guidance will be extremely valuable as I work on my first Monday.com app. Thank you in advance!
We're excited to introduce a new beta feature: Control which app version to test!With this release, developers can now choose which specific version of their app to view and test within their monday.com development/test account - whether it's a draft, gradual release, or live version - directly from the Developer Center.Here’s what you can expect:✅ Only one draft version per developer is active at a time for testing✅ Easily switch between draft, gradual release, and live versions in your development/test account✅ Clear indication of the version currently running in your development/test account (draft, gradual, or live)✅Consistent testing experience across all app features This update addresses key challenges in the current testing flow and lays the foundation for a more scalable and streamlined development experience across monday.com.Apply for the beta now
Im trying to deploy a new version of the app and this is the error i get ~/projects/monday/quickstart-react mapps code:push -i 10655008 1 ✘ 5m 21s ✔ Build asset to deploy ✔ Preparing environment ✔ Asset uploaded successfully ✖ There was an error deploying the application. ========== Logs ========== Internal Monday Code API runs at http://localhost:59999 > monday-react-quickstart-app@0.0.2 start > npm run stop && concurrently "npm run server" "npm run expose" > monday-react-quickstart-app@0.0.2 stop > kill-port 8301 && kill-port 4049 && kill-port 4040 sh: 1: kill-port: not found npm notice npm notice New major version of npm available! 10.8.2 -> 11.2.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.2.0 npm notice To update run: npm install -g npm@11.2.0 npm notice In order for the deployment to be successful
We've just released a new feature: Multi-level boards, which allows for a much deeper hierarchy in boards by supporting up to five layers of subitems.To help you adapt your apps and integrations, we've published a new API guide that covers all the necessary changes.Key changes for developers to be aware of include: Deeper Hierarchy: Boards can now have up to five levels of subitems(!) Rollup Columns: This new column type can summarize data from child items. New Board Type: Multi-level boards are a new type, separate from classic boards. Simplified Subitem Access: In multi-level boards, all subitems are now accessible. Availability timeline (estimated, might be changed): - August 25: Multi-level boards available for developer acounts - October 1: Multi-level boards boards API goes GA - January 1 (2026): Release multi-level boards in 2026-04 (Release Candidate) as an opt-outCheck out the full documentation for a comprehensive breakdown of the API changes, best practi
Am i missing it or is it not possible to duplicate an Overviews?monday.com/overviews/32593677I’ve tried the mutation { duplicate_board but that didn’t work. any help is appreciated.Thanks,
Hey community, As we plan for the upcoming quarter, we’ve come across several requests related to webhooks for specific app features. For example:“I want to receive a webhook when my app’s column is added or removed.” “I want to receive a webhook when my item view is added or removed.”If you have similar requirements for webhooks in your app, we’d love to hear from you.To help us better understand and align with your needs, please take a moment to fill out this form and share your use case.Thank you!
Hey there, we just started implementing monday CRM into our company and would like to crawl & add all the mails we shared so far with our contacts. Generally, the mail synchronization works fine BUT it just starts with the moment the contact has been added to our CRM database. Question: As this is possible in Pipedrive & Co. as well, how do we synchronize mails shared with a contact from BEFORE the person was added to monday CRM?
All indications are the sentence builder feature is no longer being actively developed or maintained - or supported in new capabilities. Having these features in your app/account seems to be a potential roadblock for new features/capabilities for developer accounts like the version selection.Workflows are an alternative for customer accounts which have them, but that cuts out many accounts as potential customers for integrations and automations.Some guidance is needed here on the longterm viability of a certain class of existing and popular apps.
👋 Hello team, I’m Rotem the Apps Framework Product ManagerAs part of our ongoing efforts to simplify your app development process and enhance collaboration among multiple developers working on the same app, we're working on new guidelines for managing draft versions - and we’d love to get your feedback.These guidelines are shaped by many insightful conversations with you, and we believe this approach will help streamline the overall developer experience:✅ Proposed Workflow for Single- and Multi-Collaborator AppsDevelopers will build and test their app using a dedicated development account. The main monday.com account will host both the staging (draft) and production (live) versions of the app. In other words, the draft version in this account will be used as the staging environment, and the live version as production. Each app will have only one draft version and one live version in every account. Multiple draft versions will no longer be allowed. To sync app changes from the develop
Hello there. The Credentials Field option when creating a new Field Type is not listed under the Automatic Config options.I can only see the options “List”, “Text” and “Dynamic Mapping”. Is that option no longer available, or was it moved somewhere else?I was looking to use that in a sentence recipe integration.Thanks.
Hello there, I was trying to utilize following query to get the docs blocks. I noticed that table blocks are not accurate and are very random and unusable. The table rows don’t reference to correct block id, also there is no pattern on how the table rows are returned if there were even pattern like left-to-right, I could have some logic to reconstruct the table in output. But this is blocking me from utilizing the blocks. Can anyone from monday look into this? query { # boards(ids: [13542, 68097]) { docs (ids:1629780) { blocks { id type content } }}response: { "data": { "docs": [ { "blocks": [ { "id": "c13e0630-7b7f-4654-b6df-c0fa77b46ab1", "type": "normal text", "content": "{\"deltaFormat\":[]}" }, { "id": "39102aa6-d36b-4c1e-b395-00a4d7398f84", "type": "table", "content": "{\"cells\":[[{\"blockId\":\"d80de9e4-20fc-4e01-99c7-e67342d211cf\"},{\"blockId
<AlertBanner backgroundColor="negative" onClose={() => props.setStatusNumber(0)}> <AlertBannerText style={alertTextStyle} text={message} /> <AlertBannerLink href={webLink} text="learn more" /> </AlertBanner>I am using AlertBanner in my app and the link is working perfectly in web but it’s not working in desktop app. do I have to manually open the link through JS?
Hi, does anyone have an example of a post or patch using the atribute “UserType” on the web documentation that attribute is listed, but there are no examples. We are using the SCIM API, not any SSO provider listed. I first got in touch whit monday support and they have no examples to provide. Tahnks in advance.
Hi everyone,I recently built an app for monday Marketplace and submitted it for review. After working on it for the past few months, I just heard back that my submission was rejected because it’s “highly similar” to existing apps already on the marketplace. While I understand the need to avoid super similar apps, I’ve noticed that other apps with very similar functionality have been approved as recent as July 2025 My app offers competitive pricing and new upcoming features for ehanced experience, so the rejection feels unjustifiable. Exact wording in the rejection emailAfter reviewing your app, [my app name], we found it to be highly similar to existing solutions already available in the monday Marketplace. As a result, your app [my app name] has been rejected for publicationHas anyone else experienced something similar?Is there a way to appeal or get more clarity on such decisions? Would love to hear your thoughts or suggestions on what can be done next. Thanks in advance!
Hi! I’m wondering if it’s possible to retrieve the version history of a Docs-type field via the Monday API. It doesn’t seem to be included in the activity_logs, and I couldn’t find any mention of it in the documentation. In the UI, however, the version history is visible. Is this accessible through the API in any way?
Currently, app developers are unable to copy board-specific settings when a new board is created from a template. This is an issue for apps that use monday storage to save board-level settings based on the boardId, as these settings do not carry over to the newly created board.It would be incredibly helpful if the API could provide the ID of the source board used to create the new board from a template. This would allow apps to reference and copy relevant settings, improving the experience for both developers and users.Are there any workarounds for this issue?
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.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.