Welcome to the new monday developer community
Discussions category for everything related to app development on top of monday.com
Recently active
plz help … im long time try to solve this issue i got a bord that i keep track with all my clients and im updating status when they move forowd when status is X monday will send webhook to Zapier create an event name in this format "{item name} - option untill sign and payment " when the same item in monday is updated to status Z i need the same event in google calnedaer to be update to a differnt title format “{item name} - close” how can i do it !? plz !! im so long in this problem !!
Good morning, Sir, Madam, I built an app (nodejs) that I am about to submit in the marketplace. The challenge that I face is that my app is supposed to require OAuth consent just before the installation. When I launch the installation of the app, I can give the Oauth consent, BUT after the user gives the Oauth permissions, the install never happens. Please, can you give me an example where OAuth consent is requested during the install and user cannot complete the installation? Regards, Richard .
Hi Team, I have API from Monday.com and Board Id I am using Power BI for reporting and need to connect Monday.com Data data to Power BI but unfortunatly not able to do it. I tried the mQuery available on below link 1stgist.github.com 2nd https://github.com/DataMuallem/PowerBI/blob/308233441ac17b72e817280753eb3bc6d6b18ddb/Monday.com%20M%20Query But nothing is happenig . is this code is still working or any update require? Kindly help. Thanks
Did you ever want to use Subitems or Formula columns in your automatic emails from monday.com? 📨 SuperMail has it ! 📨 Starting today, you can design your emails with Formula and Subitems columns and change the status of your monday.com column directly from the email. Give it a try and enjoy [https://auth.monday.com/marketplace/listing/10000247/supermail](https://Download SuperMail)
Hello, I’ve got a board that I’ve been populating via the API. This has been working without since the integration was built a few weeks ago. However, in the last 3 days I can no longer create items on this board. I’m not sure what’s happened, but now I am receiving a 500 error. I am making a POST request to https://api.monday.com/v2 (Including bearer token) With the following payload: Query: mutation ($boardId: ID!, $itemName: String!, $columnValues: JSON!) { create_item(board_id: $boardId, item_name: $itemName, column_values: $columnValues) { id } } GraphQL Variables: { “boardId”: XXXXXXXX, “itemName”: “Example Item Name”, “columnValues”: { "status": "1", "status_1": "0", "email__1": { "email": "example@example.com", "text": "example@example.com" }, "phone__1": { "phone": "+1234567890", "countryShortName": "US" }, "dog__1": "Example Dog Interest", "link5__1": {
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
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
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/
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.