Miro
Miro is an online collaborative whiteboard platform that facilitates collaboration of distributed teams from brainstorming with digital sticky notes to planning and managing agile workflows.
Actions
-
listAllWidgetss: Provides a list of all widgets.
-
getCurrentUser: Obtains the logged in user information.
-
createBoard: Creates a board.
-
updateCurrentUser: Updates the details of the logged in user.
-
inviteToTeam: Adds the users with the specified email addresses to the team as role members.
-
shareBoard: Shares a board to the specified members.
-
getBoard: Obtains the board information if the specified board exists and is available to the user.
-
getTeam: Obtains the team information if the specified team exists and is available to the user.
-
getUser: Obtains the user information if the specified user exists and is available to the logged in user.
-
updateTeam: Updates the team information.
-
getBoardMembers: Provides a list of team members who have access to the specified board.
Custom Actions
The Miro connector also lets you create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.