Skip to content

Miro V2 (Independent Publisher)#4141

Draft
aaronmahbuild wants to merge 3 commits into
microsoft:devfrom
aaronmahbuild:connector/miro
Draft

Miro V2 (Independent Publisher)#4141
aaronmahbuild wants to merge 3 commits into
microsoft:devfrom
aaronmahbuild:connector/miro

Conversation

@aaronmahbuild
Copy link
Copy Markdown

@aaronmahbuild aaronmahbuild commented Mar 6, 2026

  • I attest that the connector doesn't exist on the Power Platform today. I've verified by checking the pull requests in GitHub and by searching for the connector on the platform or in the documentation.
  • I attest that the connector works and I verified by deploying and testing all the operations.
  • I attest that I have added detailed descriptions for all operations and parameters in the swagger file.
  • I attest that I have added response schemas to my actions, unless the response schema is dynamic.
  • I attest that I validated the swagger file, apiDefinition.swagger.json, by running paconn validate command.
  • I attest that apiProperties.json has a valid brand color (#da3b01) and doesn't use an invalid brand color, #007ee5 or #ffffff. I confirm that I am not submitting a connector icon.
  • I attest that I have named this PR after the pattern of "Connector Name (Independent Publisher)" ex: HubSpot Marketing (Independent Publisher)
  • I attest that within this PR markdown file, I have pasted screenshots that show: 3 unique operations (actions/triggers) working within a Flow. This can be in one flow or part of multiple flows. For each one of those flows, I have pasted in screenshots of the Flow succeeding.
  • I attest that within this PR markdown file, I have pasted in a screenshot from the Test operations section within the Custom Connector UI.
  • If the connector uses OAuth, I have provided detailed steps on how to create an app in the readme.md.

Miro V2 — Independent Publisher Connector

Overview

Miro is the leading digital whiteboarding and visual collaboration platform used by cross-functional teams for design thinking, retrospectives, agile planning, brainstorming, and diagramming. This connector enables Power Automate flows to create and manage Miro boards, add content items (sticky notes, cards, frames, text, connectors), and share boards with collaborators — all using the modern Miro V2 REST API.

Publisher

Aaron Mah

Operations (13 total)

Operation Type Description
List Boards Action Retrieves a list of boards accessible to the current user.
Create Board Action Creates a new Miro board with the specified name and settings.
Copy Board Action Creates a copy of an existing board, including all its content.
Get Board Action Retrieves details for a specific board by its ID.
Update Board Action Updates the name, description, or settings of an existing board.
Create Sticky Note Action Creates a sticky note on a board with the specified text and color.
Create Card Action Creates a card item on a board with title, description, assignee, and due date.
List Board Items Action Retrieves all items on a board, optionally filtered by item type.
Share Board Action Invites one or more users to a board by email with a specified role.
Create Frame Action Creates a frame on a board to visually group and organize items.
Create Text Action Creates a text item on a board with the specified content.
Create Connector Action Creates a line connecting two items on a board.
Get Item Action Retrieves details for a specific item on a board by its ID.

Test Results

  • 13/13 operations tested successfully in PA environment
  • paconn validate passed (exit code 0)
  • 3 end-to-end scenario flows validated

Test Tab — All Operations

All operations passed

Scenario Flows

Scenario 1: Brainstorm Capture
Creates a sticky note on a Miro board with a brainstorm idea.

Scenario 1 Designer
Scenario 1 Run Success

Scenario 2: Sprint Retro Setup
Copies a template board and retrieves board details for notification.

Scenario 2 Designer
Scenario 2 Run Success

Scenario 3: Action Items to Cards
Creates a card on a Miro board with an action item title and description.

Scenario 3 Designer
Scenario 3 Run Success

aaronmahbuild and others added 3 commits March 6, 2026 02:59
The previous screenshot incorrectly showed LaunchDarkly instead of Miro V2.
Recaptured from the Power Automate custom connectors page.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant