Welcome to the new monday developer community
-
Recently active
I’m trying to make sure our website forms that submit data, information requests to our Monday boards are updated. Is this PHP tutorial page up to date? It doesn’t seem like it is. https://support.monday.com/hc/en-us/articles/360013465659-API-Quickstart-Tutorial-PHP. I’m trying to update the API headers and get an error in the code. What is the correct format? I’m trying $headers = [‘Content-Type: application/json’, 'Authorization: ’ . $token, ‘API-version’ : 2024-01]; Thanks!
Hey everyone. Figured I would create a post about a C# library I have been working on. Like most, I was also using the HttpClient or The GraphQL Client, After hours or manually writing queries for each project that required monday intergrations, I decided to start writing a library to help eliminate boilerplate code This library has been built using .NET 8 Here is some information if you’re interested. The library can be injected via Dependency Injection or you can initialize it manually. Initializing services.TryAddMondayClient(options => { options.EndPoint = new System.Uri(configuration["mondayUrl"]!); options.Token = configuration["mondayToken"]!; }); IMondayClient mondayClient = new MondayClient(this.Logger, options => { options.EndPoint = new System.Uri(configuration["mondayUrl"]!); options.Token = configuration["mondayToken"]!; }); Reading When binding your row to an object, you can create a record inheriting MondayRow public record TestRow : MondayRow {
When we get a webhook event from monday.com that app_subscription_cancelled_by_user, does this mean the account should not have a subscription anymore? Or should we wait for the app_subscription_cancelled event?
Hi, I am trying to change field - people, It doesn’t return any error but the field is not changed I am updating 3 fields: checkbox, date and person The first 2 fields are updated, but the person doesn’t. This is my request from the postman: { “query”: “mutation {change_multiple_column_values(item_id:1361107268, board_id:1352790395, column_values: "{\\"date_10\\" : {\\"date\\" : \\"2024-01-19\\"}, \\"person\\" : {\\"person\\" : [{\\"id\\":52096902,\\"kind\\":\\"person\\"}]}, \\"checkbox1\\" : {\\"checked\\" : \\"true\\"}}" ) {id}}” } The user exists and the field ID is person. i have tried send this request multiple times in the last 10 minutes. Please help
getting this error monday.listen is not a function. please guide. also i have these requirement do I need to use webhooks or monday.listen Track completed case management (we call them GO Plan) meetings – this is flagged in a platform called Monday.com. It would be awesome if the app could integrate directly with Monday.com and assign points anytime we flag it as “yes” for attendance. Track attendance to work – also done in Monday.com, awesome if it would integrate & when we check “yes” it assigns points. Track attendance to classes – also done in Monday.com, awesome if it would integrate & when we check “yes” it assigns points.
I am working through my first integration feature and trying to test a custom action. However, I am not seeing anything in the access log on my endpoint. Feature Setup: Recipe: Custom Action: Postman Post Response: Endpoint Access Log: However, when I add the integration to a board to test it, I do not see anything in the endpoints access log. Searching the forum lead me to this discussion where @basdebruin indicates that middleware might be part of the solution. Custom action - endpoint not working - monday Apps & Developers - monday Community Forum It looks like the middleware example is decrypting a short-lived token to use with the API. My app will not need to interact with the API at this point and I already have a CORS middleware running on my endpoint. Is there something else that the middleware is doing that I am missing? My backend is running FASTAPI so it would take a bit to figure out the short-lived token middleware.
I am using the following query: {‘query’: ‘{items (ids: [##########]) {column_values {… on CreationLogValue {created_at}}}}’} The goal being to find the creation date of an item in monday.com per the instructions in Creation log I am getting only empty results for each column, instead of a column showing the creation time. tl;dr: I’m using the method suggested by monday.com to get the creation date, and no column is showing info, is there an issue with my queries, or if there is an alternative method, please let me know.
Hello everyone, Is there any workaround to determine the original user ID? Currently, I am receiving -4 as the user ID, as this automation is triggered by another automation. Thank you.
We are developing a monday Marketplace App with an automation templates, that require an account with our platform to work. We would like to achive a good onboarding experience for a new user afer installing our App from the Marketplace, that would drive her to register for a free trial with our plaform BEFORE attempting to configure a template (because it will not work without an account). We registered a monday “Feature” of “Board view” type, which we built as a page with some guidance info and a link to start oauth flow, that results in registration with our plaform. For users, that already have an account (and a session) in our platform, this page will display some additional info and possibly some settings. We called this board view “App settings”, but it’s really not board-specific at all and is global to the App. According to monday documentation (User onboarding), we can configure this page to be the first page an admin user lands on after installing the app from the marketplac
Starting earlier today, we have started receiving the following error in make.com since the new API version has been released: [200] [{“message”:“Field ‘items_page_by_column_values’ doesn’t exist on type ‘Query’”,“locations”:[{“line”:1,“column”:2}],“path”:[“query”,“items_page_by_column_values”],“extensions”:{“code”:“undefinedField”,“typeName”:“Query”,“fieldName”:“items_page_by_column_values”}}] This is happening across multiple make.com environments on a variety of monday modules in make.com. The odd thing is, when run manually, it will work 90% of the time, and 10% of the time it will fail. When run on schedule, it fails every time. I can’t make head or tails of what is happening, however it has broken dozens of scenarios. Any help would be appreciated. Mark
I’m looking for smart people who know a lot about making apps. I need help to create an app for my website, sadapackage. The website is about telecom internet packages and plans. I want this app to be easy for everyone to use and let them subscribe to different packages/plans. If you know a bit about making apps that are easy to use or if you have good ideas about how to make this app, I’d really like to hear from you.
Hi developers We detected a technical issue with Make’s monday.com API connector. We are aware that Make is an integral part of many users’ workflows and we are doing our utmost effort to work with Make and resolve this issue. As this integration is not maintained by monday.com please reach out to Make directly with any questions & concerns. We apologize for the inconvenience, monday.com Team See monday.com status page
Hi, I get this message when I try to send a request via API: Complexity budget exhausted, query cost 4173020 budget remaining 999819 out of 1000000 reset in 41 seconds. As I saw in your documentation, I have 10M Complexity points (my account is not free or trial). Please fix it, thanks!
We are developing a Monday Marketplace App with an automation templates, that require an account with our platform to work.We would like to achieve a good onboarding experience for a new user after installing our App from the Marketplace, that would drive her to register for a free trial with our platform BEFORE attempting to configure a template (because it will not work without an account).We registered a Monday “Feature” of “Board view” type, which we built as a page with some guidance info and a link to start oauth flow, that results in registration with our platform. For users, that already have an account (and a session) in our platform, this page will display some additional info and possibly some settings. We called this board view “App settings”, but it’s really not board-specific at all and is global to the App. According to Monday documentation (User onboarding), this page can be configured to be the first page the user lands on after installing the app from the marketplace.
Hello, Probably a question with an obvious answer but i have searched and not found much. We have a power bi dashboard which takes in data from monday, and other sources, and would like to be send a notification to monday members (by button press to start with). Is it possible to (use the monday API to) send send a notification from power bi? thanks.
Hey guys, We are working on API 2024-01 migration because it offers a higher limit when it comes to items_page query (500 in 2024-01 against 100 in 2023-10). You can see it clearly documented in the graphQL Schema and API Docs items_page( "An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets." cursor: String, "The maximum number of items to fetch in a single request. Use this to control the size of the result set and manage pagination. Maximum: 500." limit: Int! = 25, "A set of parameters to filter, sort, and control the scope of the items query. Use this to customize the results based on specific criteria." query_params: ItemsQuery ): ItemsResponse! Buuuuuut, when we set limit parameter to 500 and use query_params .ids to set more than 100 item ids we get an error: INVALID_ARGUMENT_EXCEPTION: Invalid request: the number of provided IDs cannot exceed the limit of 100 T
Hello, I have admin access to a monday account and when i try to generate a monday api token i can’t because it says “As a “admin” you do not have permission to generate api tokens in this account”. Is this supposed to happen? Who has to generate a token?
I don’t think I am doing anything to complex. I have a board that I want to bring in to Power BI. The board has a few columns that are native to that board. I can get the data from those columns no problem. The issue lies when I am trying to get the data from a lookup table and a few mirror columns that pertain to the lookup. I have followed a few other posts on the forum but noting is working like it should. I have a few screen shots below to maybe help explain what I am working with. Main Board: Secondary Board: Lookup field: Mirror Fields: Can someone point me in the right direction? Right now this is what I have for my API call in the API playground: { boards(ids: [12345678910, 98765432101]) { items_page(limit: 100) { cursor items { id name column_values { column { title } text ... on BoardRelationValue { column { title } display_v
Hello, I am using the below call to pull out activity log data between 1/2/2021 and 12/14/2022. The call works, but the issue I am having trouble with is the response stops at 9525 items returned and only covers dates between May 2022 and December 2022. I can use the specific item ID of an item that is older than May 2022 and get it’s data which should be included in my paginated call. Any ideas what I could be doing wrong? No errors are being stated in the final response received from the paginated response too, the last call is simply a blank response.
I’m trying to access the Monday API docs, but everything under the API Reference section is showing up with a 404 error.GraphQL API For example, Items page
In trail version, api response for SALES CRM is not getting
Hi, i try to send a simple request, i want to get all the items changed since date 01/12/23. how can i write it? if i write date4 intead of last_updated its working fine. i tried this but i get an error: query { boards (ids:xxxxxxxxx) { items_page (limit: 100, query_params: {rules: {column_id: “last_updated”, compare_value: [“2023-12-01”, “2024-12-31”], operator:between}}) { cursor items { id name updated_at column_values { id text } group { title id color } } } } } Where can i see all the possible operators? if i want to take all the items changed since some date (and not between dates as i wrote before).
I am integrating monday.com with aws apigateway with a python lambda authorizer. My problem is my python code seems to be enable to decode the jwt token coming from monday.com using the signing key. I’ve tried many libraries but it’s all the same thing the signature verification always fails.
Before I could query items by ID like this: { boards(ids: 1303312611) { items(ids:5820698515) { id name column_values(ids: “person”) { value text } } } } Now we have to use items_page as parent to query items. If I just add items_page to the query as below, I get an error saying items doesn’t have an argument called ids. You also can’t use ids as a filter column I think. So how can I query with items_page an item by ID? { boards(ids: 1303312611) { items_page(limit: 1) { items(ids:5820698515) { id name column_values(ids: “person”) { value text } } } } }
I’m in the process of migrating my old Power BI API code to the new version. However, a significant challenge arises as Monday.com has imposed an API limit allowing the retrieval of no more than 500 rows at a time. This limitation is frustrating because I aim for the new API to dynamically capture all rows, regardless of whether there are 500 or 2000 rows in my board. Is there a dynamic solution to overcome this restriction?
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.