We’d like to automatically connect and disconnect boards to/from a dashboard. This is ideally based on a custom integration-recipe. Within this integration recipe we’ll be able to use both the SDK and the API-calls.
After reading the documentation for a while and a bit of experimenting with the API-playground, I could not find a definitive answer to my questions: if this is possible and how to do this.
If I understand correctly what you are trying to do, you want to connect/disconnect a board to a dashboard using a recipe (have a trigger that when the event occurs, it connects/disconnects the board).
There is no way of doing that as of today since we do not have a native action for that and that action is also not available to be performed via API.
Thank you alot for your swift reply. This has raised some new questions:
Is this point currently under development by any chance?
Can you please verify that, when I’m using the SDK and creating a custom dashboard view, I’ll still be able to get and view practically all the data within the monday-environment (as long as i need it, without any other steps in between).
My other guess to solve my issue would be writing RPA, but I try to stay away from these solutions due to high margin of error and maintenance. – what are your thoughts about this?
You want an API call to get information from a dashboard?
If so, the information from dashboards actually comes from boards. You can get the information inside those boards but there are no queries to get information directly from a dashboard.
I’m using the dashboards feature to create one for my team.
I wanted to know if there are API calls I can make to display that as a rotating dashboard from multiple teams. For instance, let’s assume I have three teams on Monday, and each team has one dashboard, I want to extract the three dashboards, one by one to develop a rolling board at my office televisions.
Is there any ways to extract the board using API calls?
There is no way of getting the URL of the dashboard view of a board via API.
The closest your could do is either:
Share your dashboards with the “embed” feature (click on the three dots next to the dashboards name and then on "Share settings)
If you only want to do this via API, you could get the information from the boards and then process it on your end and display it in your screens as desired (this will require coding)