Welcome to the new monday developer community
-
Recently active
TuesdaysTools is an app for Monday.com that allows you to filter across boards, and bulk update items. There have been a lot of feature requests for this and we’ve been hard at work making it happen. Here’s a quick demo - Monday.com multi-board filtering and bulk update - YouTube Q: So… where’s your app? I only see Monday.com…? A: Thanks! That’s the idea, it blends right in. If you know how to use Monday, you know how to use Tuesday. Q: Why “Tuesday’s Tools”? A: It seemed like a good name for an app that works on Monday.com. Between the clever alliteration and the subtle reference to “tools from the future” it was just too good to pass up, and definitely not a bad dad joke. Definitely. Q: Was this built on top of other software owned by Tuesday’s Tools? A: Nope. 100% built from scratch. Tuesday’s Tools did not exist before this hackathon, and has no other software (yet!). Q: Can you add ? A: Please tell us the fondest desires of your heart, and we’ll add it to our rapidly growing list
Hello Guys, Me and my developer are facing a rather tough issue for us. Most likely something very simple and silly. We want to replicate the ability seen in other integrations to store multiple auths inside the “Pre auth screen”. We have AUTH setup in the integration however it only allows the user to use one account. We could not seem to find the documentation on this if anyone can direct us that would be great.
Hi all, I cant seem to locate where I would find my link to each field type (short text, drop down) etc. I am trying to locate the curl code, so I can GET, POST, PATCH, DELETE. This is for an API integration I want to create with my existing board. Thank you!
Hello, We cannot create webhook from API; there is no error but webhook id returns null: All other calls are working for the same API Token. What should we do about this? Thanks.
Hi All, I tried to send a notification to specific user using (https://monday.com/developers/v2#mutations-section-notifications-create) But I want to ask if I can make a notification seems like sent from APP instead of user ?
Hi there, I am building an app with OAuth based authentication and redirecting the user to the following url auth.monday.com the same url - https://4f7111998264.ngrok.io/api/monday/callback is defined in the redirect_uri of my app’s oauth settings. I am still getting an Invalid redirect_uri error on the browser. What am I doing wrong? Would really appreciate your help. Thanks
Hi! The solution set up for my business relies on boards that are connected with “board-relation” columns. I can’t for the life of me figure out how to post data to to this column! I’ve structured the post calls to have values identical to some already set up by the front end, but to no avail unfortunatly. I’m always getting this same error: (200 ColumnValueException); "There are items that are not in the connected boards). Is the only way to set a value to this column in the front end interface? I can’t appear to find any reference to pushing data to column type “board-relation” (also known as id: “connect_boards#”) Thanks! EDIT: I saw a post saying this is an ‘Item Link Column’. I Updated the api call accordingly but still the same result: { change_column_value ( board_id: 00000000, item_id: 111111111, column_id: "connect_boards0", value: "{\\"item_ids\\":[\\"222222222\\"]}") {id} }
When using the quickstart-react scaffold provided, I could use the live preview with the ngrok URL that was generated, but upon making a few changes, the Live Preview broke. The app was still working perfectly fine independently when opened in a new tab via localhost or the ngrok link. Trying to use the Monday preview, however, would give me this error: `Uncaught TypeError: can't access property "forEach", hook.renderers is undefined` I created a fresh React app using create-react-app v4.0.3 and set it up to expose with ngrok, but that would also fail (only within the Monday preview) with the same error. When running build and uploading the zipped build folder, the preview works fine. I’m not sure if this is an issue with the way the Live Preview is attempting to render the app within its iframe or if it’s an issue with my app (or both). Is there a specific version of node/react/react-scripts that is required to use to get the preview working?
Does anyone know if it is possible to create a column in a board that allows the user to pick a board from a list of boards under a specific folder? The use case is that we need to relate a work ticket with an undefinable number of parts and labor items to a project in a project board. It seems the best approach is to create a new board for each work ticket for expansability purposes and then relate that work ticket (board) to a row in the project board. Suggestions on alternative approaches for creating and relating work tickets are welcome. Thanks, Greg
Hi all, I am about to create an integration that interacts with a Slack like server. The server provides oauth2 access. I had a look on the slack-app example and there the token from the server will be stored in a local sqlite database along with the userId. I would like to do something similar to prevent the user to authorize at the server each time he uses the integration. I saw in another topic, that the storage API should not be used for such data. So is there another way to do it? I just found following OAuth token for integrations //Get the token from the token table const token = await mySqlAccess.readToken(req.session.accountId, req.session.userId, envVars.appCode); and my question there is, what is that mySqlAccess? I seems, I search for something similar. Thanks a lot and cheers, Marcus
Hello All. I built the custom action which supposed to execute the MS flow URL when new Item is created. The trigger is executed, but all actions remain in the failed or in progress state My Ms Flow is very simple. It returns 200 status (I checked it with Postman). When I register the webhook - it’s working. What could be a problem with the custom action?
Linked Items lets you link tasks within the monday.com platform in many different ways. You decide whether they are simply connected, one task blocks another, one task causes a series of other tasks, or they remain in any other relation. The app adds an Item View that opens additional details about an item when you click on it. The information appears in a side drawer where it can be displayed in two forms: [Table View]: a customizable table view showing different groups of links, where you can preview the most important details and interact with linked items directly from the side drawer. [Graph View]: a highly visual form of displaying all interconnections of a given item. It lets you get an overview of all the tasks in just a blink of an eye as well as giving you more control over the project lifecycle. Linked Items comes with handy built-in [Templates] that show how to start and how to benefit from every feature. There’s a possibility to add tasks on the go, right form the side
Hi all, I’m having some strange behaviour in a rather simple integration recipe I’m building. The recipe is as follows: “When status changes to a value and another column is empty, change another status to this value”. I’m using the standard trigger when a status changes. I’ve built the following custom action: In my code, I’m doing a simple check by retrieving the value of emptyColumnId and if it’s indeed empty, I’m changing the value of statusColumnId to statusColumnValue. However, that last update triggers the internal server error without further details. If I log my query variables to the console and paste it in the API playground it works correctly. What am I overlooking here? @Helen Since you were able to help me a lot last time, perhaps you can have a look here as well? 😁
Hi all, I want to ask about draft version, I have made some changes inside my board view code, and I created new version then I deployed the board view to it, How I can test the changes before pushing the version to live any other way than preview inside board setup ? Thanks!
Hi Everyone! I want to make a custom Gmail integration that watches when an email is sent to someone on my board, and updates the date column (last contacted). Is this possible? I’ve gone through the tutorial and I pretty much have no clue how to do that. Any help would be appreciated! Thank you, Alaa
Hi All, For some reason I can’t create a custom field type in my monday app, it throws a 403 forbidden. Any reason this might be happening? Here’s a video showing the issue: Loom | Free Screen & Video Recording Software | Loom Cheers, Chris
I think there is an issue with the existing integrations on apps. If I go to the integration menu on an existing running app, it shows no integrations. However, the integration is still running as it fires. (but cannot be modified.) No recipe shows in the developer menu. Either on published, or new draft of the app. I was wanting to replicate the recipe, but seems I will need to create it from scratch. I am not going to change anything at the moment as I dont want to break the currently running version?
I try to build a integration. I made a recipe using a custom action I made, I attached a picture of it. I got some problems using the field I mentioned in the question. Notification Receiver does not works if I select a field instead of a person. My field is of type people but I receive no information about the content of the column. Message field does not send any auto-populated fields. This is how it is set-up This is the json I receive in my backend: { “payload”:{ “blockKind”:“action”, “blockMetadata”:null, “inboundFieldValues”:{ “boardId”:1112637424, “receiver”:{ “type”:“column”, “value”:“people0” }, “message”:“{pulse.name}|{board.name}|{user.name}|{pulse.group}|{pulse.people0}|{pulse.status}|{pulse.timeline}|{pulse.numbers0}|{pulse.numbers45}|{pulse.status_1}|{pulse.dropdown4}|{pulse.date_1}|{pulse.labor_budget_spent}” }, “inputFields”:{ “boardId”:1112637424, “receiver”:{ “type”:“column”, “value”:“people0” }, “message”:“{pulse.name}|{board.name}|{user.name}|{pulse.group}|{pul
Any updates on payments? I heard there was something in the roadmap and we’re at a point where we need to understand what is coming before we build our own.
Hi there, How do I fetch/generate the full url for an item from a token, board id and item id. For example, for the board id - 1128519319, item id- 1128519320, the full url isthoughtflow-team.monday.com How do I fetch this url, or get the initial part of the url i.e. (https://thoughtflow-team.monday.com/) thanks
Hi all, I’m getting an “internal error” when trying to create an item and inserting a linked item column value through the API while doing so. You can see the details of my column values string below: “{“date4”:{“date”:“1981-04-02”},“location”:“29.9772962 31.1324955 Giza Pyramid Complex”,“connect_boards”:[1112525338],“timeline”:{“from”:“2021-03-01”,“to”:“2021-03-31”}}” Does someone see what’s happening? Perhaps there’s a problem with the API? When I remove the “connect_boards” part of the string, the item creation works flawlessly.
Hi, I got an Internal server error when I tried to execute this query: mutation { change_multiple_column_values ( board_id: 963903793, item_id: 999869388, column_values: "{\\"person\\":{\\"personsAndTeams\\":[]},\\"date4\\":{\\"date\\":\\"2021-01-14\\"},\\"status\\":{\\"label\\":\\"Working on it\\"},\\"phone\\":{\\"phone\\":\\"2345533455\\",\\"countryShortName\\":\\"NG\\"}}" ) { id } } And I tried to execute it again without make changes on it, and I got successfully response.
Hi there, My organization uses my Monday user’s API key for a number of integrations. I’m moving to a new org in a few weeks, so the email address attached to my current user will be deactivated. Does that mean that my API key will stop working as well? Or will it remain valid as long as my Monday account is active? Thanks!
I need to integrate between monday and WorkflowMax. After reading through documentation I have the proposed solution (please shout if this looks silly). Have created a Monday App with an integration feature The integration feature contains a recipe which calls a third party endpoint via a custom action The endpoint provided by Azure serverless functions handles the transformation of data passed to create a project within WorkflowMax The custom action documentation states http status 200 must be returned otherwise the action will continue to post every minute for 30 minutes. I’ve tested this by returning 500 and it does what it says on the can. However, when the 30 minutes expires if the call hasn’t succeeded, the user, action etc. has no information regarding the failure of this call. It seems it is send and forget. Is there a way I can grab the fact the call has failed, or should I be doing these integrations in a differing manner?
On this page, at the bottom in state that: “Access tokens do not expire and will be valid until the user uninstalls your app” but if you look in the first table before it, you see this"An access token that can be used to make calls to the monday.com API. It is valid for 30 days." So my question is, which one of this two statements is corect?
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.